Skip to content

Commit 11b19bb

Browse files
committed
Fix GitHub workflow
1 parent 2d304ef commit 11b19bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
run: |
2828
python -m build
2929
- name: Publish package to Test PyPI
30-
uses: pypa/gh-action-pypi-publish@release/v1.4.2
30+
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
3232
user: __token__
3333
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3434
- name: Publish package to PyPI
35-
if: startsWith(github.ref, "refs/tags")
36-
uses: pypa/gh-action-pypi-publish@release/v1.4.2
35+
if: startsWith(github.ref, 'refs/tags')
36+
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)