Skip to content

Commit 0bd1b6b

Browse files
authored
fix: update pypi-publish action to use release/v1 (#279)
1 parent f5f9ced commit 0bd1b6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
path: dist/
9696

9797
- name: Publish to PyPI
98-
uses: pypa/gh-action-pypi-publish@7f25271a4aa483500f742f9492b2ab5648d61011 # v1.12.4
98+
uses: pypa/gh-action-pypi-publish@release/v1
9999
with:
100100
user: __token__
101101
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)