Skip to content

Commit 4f479be

Browse files
committed
ci: update release task (fix typo)
1 parent 22310b3 commit 4f479be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ jobs:
9999
100100
- name: Publish distribution to Test PyPI
101101
if: github.ref == 'refs/heads/master' && env.TEST_PYPI_API_TOKEN != null
102-
uses: pypa/gh-action-pypi-publish@v1
102+
uses: pypa/gh-action-pypi-publish@release/v1
103103
with:
104104
skip_existing: true
105105
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
106106
repository_url: https://test.pypi.org/legacy/
107107

108108
- name: Publish distribution to PyPI
109109
if: startsWith(github.ref, 'refs/tags')
110-
uses: pypa/gh-action-pypi-publish@v1
110+
uses: pypa/gh-action-pypi-publish@release/v1
111111
with:
112112
skip_existing: true
113113
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)