-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Automate deploy to PyPI #25
ENH: Automate deploy to PyPI #25
Conversation
8b42bd1
to
cfd21e8
Compare
@thewtex Would you please create a PyPI access token and add it as a |
Automatically deploys wheels to the Python Package Index on tag
cfd21e8
to
932d27b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tbirdso thanks!
A few notes inline to transition to enable Trusted Publishing instead of using token / secrets, which is modern / preferred. We could not enable this in the ITK Remote Module Action yet because Trusted Publishing is not supported in reusable workflows.
Hi @thewtex , I do not see your suggested changes on the PR? |
@tbirdso sorry, not sure what happened -- added as a Single Comment. |
@thewtex Pushed a last commit on my way out the door, feel free to push to my dev branch if there are other changes required to get this through. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Automatically deploys wheels to the Python Package Index on tag.
Depends on
PYPI_PASSWORD
secret.Closes #9