Skip to content

Commit f75804e

Browse files
authored
Fixing a typo in relase-to-pypi.yaml. (#40)
1 parent 8bf11e1 commit f75804e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python3 -m build
2323
- name: Publish to PyPI
24-
uses: pypa/gh-action-pypi-publish@@v1.12.4
24+
uses: pypa/[email protected]
2525
with:
2626
user: __token__
2727
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)