python-amcrest icon indicating copy to clipboard operation
python-amcrest copied to clipboard

Add github action to automate creating PyPI packages

Open flacjacket opened this issue 3 years ago • 0 comments

Add a new github action that will build and upload PyPI packages when new releases are cut. This works by running but not uploading the package when a tag is created, then, when the Github release is published, the build is run and the package is pushed to PyPI.

To work, this will also require a PyPI API token. I am able to generate a token, but do not have access to add it as a Github Actions secret to this repo.

flacjacket avatar Mar 12 '22 14:03 flacjacket