Skip to content

Commit 1be07ff

Browse files
committed
chore: update publish gh action
1 parent 02fdc67 commit 1be07ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
--outdir dist/
3737
.
3838
- name: Publish distribution 📦 to Test PyPI
39-
uses: pypa/gh-action-pypi-publish@master
39+
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
4141
skip_existing: true
4242
user: __token__
4343
password: ${{ secrets.TESTNET_PYPI_API_TOKEN }}
4444
repository_url: https://test.pypi.org/legacy/
4545
- name: Publish distribution 📦 to PyPI
4646
if: startsWith(github.ref, 'refs/tags') || github.event.inputs.publish_to_pypi == 'true'
47-
uses: pypa/gh-action-pypi-publish@master
47+
uses: pypa/gh-action-pypi-publish@release/v1
4848
with:
4949
user: __token__
5050
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)