Skip to content

Commit 0791d44

Browse files
authored
Fix GHA (#19)
1 parent e6f7dac commit 0791d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
- name: Publish to Test PyPI
141141
if: success()
142-
uses: pypa/gh-action-pypi-publish@release/v1.13.0
142+
uses: pypa/gh-action-pypi-publish@v1.13.0
143143
with:
144144
user: __token__
145145
password: ${{ secrets.TEST_PYPI_PASSWORD }}
@@ -151,7 +151,7 @@ jobs:
151151
- name: Publish to PyPI
152152
# Only for releases
153153
if: success() && github.event_name == 'release'
154-
uses: pypa/gh-action-pypi-publish@release/v1.13.0
154+
uses: pypa/gh-action-pypi-publish@v1.13.0
155155
with:
156156
user: __token__
157157
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)