Skip to content

Commit 16c106f

Browse files
authored
Update publish-to-test-pypi.yml
1 parent c7164b5 commit 16c106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
run: poetry build
3030

3131
- name: Publish distribution 📦 to PyPI
32-
uses: pypa/gh-action-pypi-publish@master
32+
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)