Skip to content

Commit 96a89ee

Browse files
authored
bump gh-action-pypi-publish version
1 parent c8b4ae3 commit 96a89ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
name: dist
147147
path: dist
148148
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
149-
uses: pypa/gh-action-pypi-publish@master
149+
uses: pypa/gh-action-pypi-publish@unstable/v1
150150
with:
151151
repository_url: https://test.pypi.org/legacy/
152152
- if: startsWith(github.ref, 'refs/tags')
153-
uses: pypa/gh-action-pypi-publish@master
153+
uses: pypa/gh-action-pypi-publish@unstable/v1

0 commit comments

Comments
 (0)