Skip to content

Commit 36a66d9

Browse files
samwelkandabaywet
andauthored
Update .github/workflows/publish.yml
Co-authored-by: Vincent Biret <[email protected]>
1 parent c9f5e9c commit 36a66d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build package
3333
run: python -m build
3434
- name: Publish package
35-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
35+
uses: pypa/gh-action-pypi-publish@v1
3636
with:
3737
user: __token__
3838
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)