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

Update semantic release workflow #294

Open
julianhoever opened this issue Jul 28, 2023 · 0 comments
Open

Update semantic release workflow #294

julianhoever opened this issue Jul 28, 2023 · 0 comments

Comments

@julianhoever
Copy link
Contributor

Currently we are using python-semantic-release==7.34.6 for increasing the versions and publishing to PyPi and GitHub.

In version 8 they made breaking changes to this package and don't support publishing to PyPi and GitHub anymore. For now we are still using version 7.34.6 which is the last version before 8.0.0. If we want to use this package in the future, we should consider updating the package to version 8.

A procedure for migrating from version 7 to version 8 is described here. This procedure leads to a problem that we had also in the past: The GitHub action of the python-semantic-release package don't uses the python version specified by the actions/setup-python@v4 action.

If we want to use the python-semantic-release package in the future we should find a solution for this. Otherwise it will be deprecated at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant