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

Fix PyPI upload issue #1872

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Fix PyPI upload issue #1872

merged 1 commit into from
Jan 10, 2024

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Jan 10, 2024

No description provided.

Copy link

@github-actions github-actions bot temporarily deployed to pull request January 10, 2024 15:38 Inactive
@giswqs
Copy link
Member Author

giswqs commented Jan 10, 2024

The GitHub Action for uploading artifacts to PyPI because setup.py no longer exsits. This PR fixes it by changing the command from python setup.py sdist bdist_wheel to python -m build according to here.

I have uploaded v0.30.1 to PyPI manually. Future versions should be uploaded automatically by GitHub Actions.

@giswqs giswqs merged commit 3a769b0 into master Jan 10, 2024
14 checks passed
@giswqs giswqs deleted the pypi branch January 10, 2024 16:02
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.

None yet

1 participant