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

Document release process #99

Open
letmaik opened this issue Nov 7, 2022 · 2 comments
Open

Document release process #99

letmaik opened this issue Nov 7, 2022 · 2 comments
Labels
enhancement New feature or request packaging Issue related to PyPi or packaging

Comments

@letmaik
Copy link
Collaborator

letmaik commented Nov 7, 2022

I think this is roughly:

  1. Ensure version is set to the next SemVer version in setup.cfg
  2. Create a new GitHub release with git tag v<x>.<y>.<z>, e.g., v1.2.3
  3. Wait for CI to run for the new git tag
  4. Make sure that CI ran successfully and pushed the package to PyPI
@TimothyClaeys
Copy link
Owner

One other thing I can think off is to make sure that the documentation is up to date and verify if it is successfully deployed to pycose.readthedocs.io.

@letmaik
Copy link
Collaborator Author

letmaik commented Nov 9, 2022

Good point, it says "latest" on the docs, shouldn't it include the version? Otherwise it becomes a little hard to check.

EDIT: The problem is not "latest", but rather that the individual versions are not listed. Example: https://msticpy.readthedocs.io/en/latest/ This also uses a v prefix for the git tags (same as pycose), which I first thought was the issue here. Not sure why this happens.

@letmaik letmaik added enhancement New feature or request packaging Issue related to PyPi or packaging labels Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request packaging Issue related to PyPi or packaging
Projects
None yet
Development

No branches or pull requests

2 participants