Skip to content

Commit 0c601d5

Browse files
committed
Oops update to pypa/[email protected]
1 parent 4057679 commit 0c601d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build wheel
2626
run: python setup.py sdist bdist_wheel
2727
- name: Publish to PyPI
28-
uses: pypa/[email protected]
28+
uses: pypa/[email protected].11
2929
with:
3030
user: __token__
3131
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)