Closed fritzo closed 9 months ago
I don't know how to test this script
I'm not sure if it will run from a branch other than the designated main branch (dev
), but I think you can merge this into dev
and cut a test release that won't be installed by people who don't explicitly request it by doing the following (possibly redundant) steps:
setup.py
semver and commit tag (e.g. 1.8.6-alpha0
)
This aims to automate part of pyro's release process, namely uploading the pyro-ppl package to pypi.
I don't know how to test this script. I've copied it from github docs (which seems to be newer than the starter workflow; see all versions here).
I've also created an org-wide secret
PYPI_API_TOKEN
. I'm unsure whether there's anything else I need to do to make this secret available to the workflow.