Skip to content
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

feat: automate PyPi package publishing with GitHub Actions #2

Merged

Conversation

omadson
Copy link
Contributor

@omadson omadson commented Sep 24, 2021

Hi @GussSoares . I create a workflow to automate the pypi package publishing on a github release. Now, every time you create a release on github, the package will be published in pypi with the release tag. You have to create two secret variables:

  • PYPI_USERNAME : with your pypi username as value
  • PYPI_PASSWORD: with your pypi password as value

in short, I made these changes:

  • created a workflow
  • modified the pyprojet file

@GussSoares GussSoares added the enhancement New feature or request label Sep 24, 2021
@GussSoares
Copy link
Owner

Thank you @omadson for the new contribution! I will merge it now. This will make it much easier the releases workflow. 👍🏽🥇

@GussSoares GussSoares merged commit 18e70d7 into GussSoares:main Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants