Skip to content

Commit 2be3d0b

Browse files
committed
Update tag pypa/gh-action-pypi-publish as @master is deprecated
1 parent 9440418 commit 2be3d0b

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
@@ -26,7 +26,7 @@ jobs:
2626
--out-dir dist/
2727
.
2828
- name: Publish distribution 📦 to Test PyPI
29-
uses: pypa/gh-action-pypi-publish@master
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
user: __token__
3232
password: ${{ secrets.TEST_PYPI_PASSWORD }}

0 commit comments

Comments
 (0)