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

ci: fix failing release workflow #77

Merged
merged 1 commit into from
Jan 17, 2024
Merged

ci: fix failing release workflow #77

merged 1 commit into from
Jan 17, 2024

Conversation

clnsmth
Copy link
Collaborator

@clnsmth clnsmth commented Jan 17, 2024

Update the failing release workflow (GitHub Action) to enable Python Semantic Release to automatically create a new release when the development branch is merged into main.

  • Add the GITHUB_TOKEN to the semantic release step, where it is necessary for committing changes, using the standard syntax for referencing secrets.
  • Include the missing versioning command in the semantic release step to ensure the new version is calculated.
  • Correct the outdated syntax for referencing the version number in the pyproject.toml file to align with the requirements of the current version of Python Semantic Release.

Update the failing release workflow (GitHub Action) to enable Python
Semantic Release to automatically create a new release when the
development branch is merged into main.

- Add the GITHUB_TOKEN to the semantic release step, where it is
necessary for committing changes, using the standard syntax for
referencing secrets.
- Include the missing versioning command in the semantic release step to
ensure the new version is calculated.
- Correct the outdated syntax for referencing the version number in the
pyproject.toml file to align with the requirements of the current version
of Python Semantic Release.
@clnsmth clnsmth changed the base branch from main to development January 17, 2024 01:22
@clnsmth clnsmth merged commit 49c986f into development Jan 17, 2024
3 checks passed
@clnsmth clnsmth deleted the ci-psr branch January 17, 2024 01:27
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.

1 participant