Automate PyPI release through GitHub Actions -- set secrets #91
Closed
felix-seifert
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am about to automate the whole release process. In my recent PRs #95, #96, #97, #98, #99 and #100, I implemented the process to bump the version and trigger a release on PyPI and GitHub for every new tag.
For releasing the lib on PyPI, I want to use the workflow shown in the three .bat files, i.e. I just want to use Twine. I translated this into a GitHub Actions workflow in #100. For this workflow to succeed, I require the credentials for PyPI. You do not have to leak the credentials to me; I can use them from GitHub's secrets. You just have to store them there. As I assume that you use username and password, can you persist the following GitHub secrets:
PYPI_USERNAME
andPYPI_PASSWORD
?The following steps will then be the ones used for releasing to PyPI.
Beta Was this translation helpful? Give feedback.
All reactions