Skip to content

Commit bfbf10f

Browse files
committed
ci: fix github actions 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: Robin Jarry <robin@jarry.cc>
1 parent 7512f5d commit bfbf10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- run: python -m pip install --upgrade pip setuptools wheel
8888
- run: python -m pip install --upgrade pep517 twine
8989
- run: python -m pep517.build --out-dir dist/ --source .
90-
- uses: pypa/gh-action-pypi-publish@master
90+
- uses: pypa/gh-action-pypi-publish@release/v1
9191
with:
9292
user: ${{ secrets.pypi_user }}
9393
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)