Skip to content

Add a GitHub Action to publish to PyPi on Release publish #49

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

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

rofrano
Copy link
Collaborator

@rofrano rofrano commented Oct 11, 2024

Made the following changes:

  • Added a GitHub Action called: python-publish.yml to publish to PyPi whenever a new release is created on GitHub
  • Added a PyPi badge to the README.md file which shows version and links to PyPi

Note: This will automatically create a Python package and publish it to PyPi every time a new Release is created in GitHub. The version will be based on the version in the pyproject.toml file so be sure to make the git tag and GitHub release version match the project version.

@rofrano rofrano requested review from rahlk and pavuluri October 11, 2024 13:57
Signed-off-by: John Rofrano <johnnyroy@johnrofrano.com>
Signed-off-by: John Rofrano <johnnyroy@johnrofrano.com>
@rofrano rofrano force-pushed the add-publish-action branch from 6aa16fb to 5037648 Compare October 11, 2024 14:02
@pavuluri pavuluri merged commit 82d1caf into main Oct 11, 2024
1 check passed
@rofrano rofrano deleted the add-publish-action branch October 11, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants