Skip to content

Commit 7bd21c7

Browse files
authored
[skip ci]: use pypa/gh-action-pypi-publish@release/v1 and drop __token__
See https://github.com/pypa/gh-action-pypi-publish#-master-branch-sunset-. > The master branch version has been sunset. Please, change the GitHub Action version you use from master to release/v1 or use an exact tag, or a full Git commit SHA. Also, `__token__` is the default, so no need to specify.
1 parent 3f51080 commit 7bd21c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
run: nox -s build
2727

2828
- name: Upload package
29-
uses: pypa/gh-action-pypi-publish@master
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
31-
user: __token__
3231
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)