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

Verify that built wheels work before releasing to PyPI #279

Closed
tartley opened this issue Oct 13, 2020 · 0 comments · Fixed by #276
Closed

Verify that built wheels work before releasing to PyPI #279

tartley opened this issue Oct 13, 2020 · 0 comments · Fixed by #276
Labels
process Changes in our development process, CI, package building, releases, etc

Comments

@tartley
Copy link
Owner

tartley commented Oct 13, 2020

In 2019, I made a quick README change, rebuilt a new wheel version, and uploaded it to PyPI. Unfortunately, the wheel build failed in some way, and I didn't notice, so I ended up uploading a broken wheel for v0.4.2.

In order to prevent this happening, I we should automate (or, failing that, document) a process for testing built wheels, by uploading them to test.pypi.org, and checking we can "pip install" them from there.

Also, can/should I delete 0.4.2 from PyPI? Or mark it as bad in some way?

(A related effort is #278, to run tests against a package
built from top level 'src' directory.)

@tartley tartley added the process Changes in our development process, CI, package building, releases, etc label Oct 13, 2020
@tartley tartley linked a pull request Oct 13, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process Changes in our development process, CI, package building, releases, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant