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

PyPI Deploy Action #36

Closed
2 tasks done
dekuenstle opened this issue Oct 31, 2021 · 1 comment
Closed
2 tasks done

PyPI Deploy Action #36

dekuenstle opened this issue Oct 31, 2021 · 1 comment

Comments

@dekuenstle
Copy link
Collaborator

dekuenstle commented Oct 31, 2021

Github action to deploy releases to PyPI, based on Github release tags.

Workflow:

  1. Mark a release on github with the appropriate semver version tag
  2. Build distribution with the version from tag
  3. Push distribution to PyPI

Todo:

  • Version from tag
  • Documentation
@dekuenstle
Copy link
Collaborator Author

Automatically set version based on tag
https://jacobtomlinson.dev/posts/2020/versioning-and-formatting-your-python-code/

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

No branches or pull requests

1 participant