Skip to content

Commit 3e566f6

Browse files
authored
Use pypa/gh-action-pypi-publish stable release v1 (#134)
1 parent bcdb516 commit 3e566f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
with:
150150
name: artifact
151151
path: dist
152-
- uses: pypa/gh-action-pypi-publish@v1.12.3
152+
- uses: pypa/gh-action-pypi-publish@release/v1
153153
with:
154154
user: __token__
155155
password: ${{ secrets.TWINE_API_KEY }}

0 commit comments

Comments
 (0)