jameslamb / pydistcheck

Linter that finds portability issues in Python package distributions (wheels, sdists, conda packages).
https://pydistcheck.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
35 stars 1 forks source link

set up release infrastructure #39

Closed jameslamb closed 2 years ago

jameslamb commented 2 years ago

Cutting a new GitHub release should automatically trigger the following:

jameslamb commented 2 years ago

🎉 just cut a release (#43) and saw that a wheel and a source distribution were published to PyPI!

https://pypi.org/project/pydistcheck/#files

image

build: https://github.com/jameslamb/pydistcheck/runs/8149913328?check_suite_focus=true

jameslamb commented 2 years ago

Automatic release uploading is working!

image

https://github.com/jameslamb/pydistcheck/actions/runs/2997080561

image
jameslamb commented 2 years ago

Decided to forgo a stable tag for now, so I think this issue can be closed.