Skip to content

Commit 71ae6c8

Browse files
committed
CI: Switch to pypa/gh-action-pypi-publish@release/v1
Resolve the following warning: Warning: 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. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 999a802 commit 71ae6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: python -m build --sdist --wheel --outdir dist/ .
8181
- name: Publish distribution to PyPI
8282
if: startsWith(github.ref, 'refs/tags')
83-
uses: pypa/gh-action-pypi-publish@master
83+
uses: pypa/gh-action-pypi-publish@release/v1
8484
with:
8585
password: ${{ secrets.PYPI_API_TOKEN }}
8686
- name: Create release on GitHub

0 commit comments

Comments
 (0)