Skip to content

Commit a04dfef

Browse files
committed
Updated the pypi-publish action
1 parent 94bb62c commit a04dfef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Create packages
2020
run: python -m build -n -s -w .
2121
- name: Upload packages
22-
uses: pypa/gh-action-pypi-publish@master
22+
uses: pypa/gh-action-pypi-publish@release/v1
2323
with:
24-
user: __token__
2524
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)