Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented Dec 10, 2022

The deploy workflow shows this warning:

build: # >> PyPA publish to PyPI GHA: UNSUPPORTED GITHUB ACTION VERSION <<#L1
You are using "pypa/gh-action-pypi-publish@master". The "master" branch of this project has been sunset and will not receive any updates, not even security bug fixes. Please, make sure to use a supported version. If you want to pin to v1 major version, use "pypa/gh-action-pypi-publish@release/v1". If you feel adventurous, you may opt to use use "pypa/gh-action-pypi-publish@unstable/v1" instead. A more general recommendation is to pin to exact tags or commit shas.

https://github.com/jazzband/tablib/actions/runs/3664520628

So let's use v1.


Also we can make the github.repository == 'jazzband/tablib' check more generic as github.repository_owner == 'jazzband', so we can have fewer changes between Jazzband repos.

And similarly, use Python version 3.x for the latest available, instead of pinning to a specific.

@codecov
Copy link

codecov bot commented Dec 10, 2022

Codecov Report

Merging #531 (34cfb7f) into master (4719f97) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #531   +/-   ##
=======================================
  Coverage   90.95%   90.95%           
=======================================
  Files          28       28           
  Lines        2652     2652           
=======================================
  Hits         2412     2412           
  Misses        240      240           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fully trusting you on this matter 😊

@hugovk hugovk merged commit 54aea95 into jazzband:master Dec 10, 2022
@hugovk hugovk deleted the fix-deploy-warning branch December 10, 2022 14:54
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.

2 participants