Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure wheels are uploaded to pypi #819

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

pfebrer
Copy link
Contributor

@pfebrer pfebrer commented Aug 24, 2024

Only the source distribution was being uploaded to Pypi because of a mistake in the workflow file: https://pypi.org/project/sisl/#files

There was also an unnecessary artifact download.

Only the source distribution was being uploaded to Pypi because of a mistake in the workflow file.
with:
name: artifact
path: dist

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, can see why this isn't necessary, at least if we want to check that test-pypi is working.

@@ -219,7 +214,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

@zerothi zerothi merged commit 115479f into zerothi:main Aug 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants