OpenAstronomy / packaging-guide

A generic Python packaging guide and template. Slightly focused more towards scientific packages.
https://packaging-guide.openastronomy.org
41 stars 23 forks source link

Release typo fix #30

Closed bmorris3 closed 1 year ago

bmorris3 commented 1 year ago

Currently the docs instruct you to build the source distribution, and then upload it to PyPI via twine. This works fine, and the path to the sdist archive that you create in this step is written to the dist/ dir.

This PR corrects the path for the twine upload to match the sdist built path under dist/.

bsipocz commented 1 year ago

Thanks!