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

Correctly manage the Pypi-publish GitHub action updates #63

Open
OwainCharlon opened this issue Jul 31, 2024 · 1 comment
Open

Correctly manage the Pypi-publish GitHub action updates #63

OwainCharlon opened this issue Jul 31, 2024 · 1 comment

Comments

@OwainCharlon
Copy link

We recently updated the Pypi-publish GitHub action declaration in our Workflow because its master branch has been sunset.

We're now seeing a runtime error indicating that we're still using an unsupported version of this action.
So this ticket aims to highlight and correct this behavior.

@Qwarctick
Copy link

For more context : See https://github.com/Cyberwatch/cyberwatch_api/actions/runs/10091622447

The fix consists in upgrading into https://github.com/Cyberwatch/cyberwatch_api/blob/main/.github/workflows/release.yml :

  • actions/setup-python from v1 to v5
  • pypa/gh-action-pypi-publish from master to release/v1 since master is deprecated.

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

2 participants