Skip to content

Commit 674d342

Browse files
authored
Use pypa/gh-action-pypi-publish stable release v1 (#49)
1 parent eadcf46 commit 674d342

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
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: artifact
6666
path: dist
67-
- uses: pypa/gh-action-pypi-publish@v1.12.3
67+
- uses: pypa/gh-action-pypi-publish@release/v1
6868
with:
6969
user: __token__
7070
password: ${{ secrets.TWINE_API_KEY }}

0 commit comments

Comments
 (0)