Skip to content

Commit 111a108

Browse files
authored
Switch to v1 for pypa/gh-action-pypi-publish (#105)
1 parent 5923ca0 commit 111a108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- name: Publish to test.pypi.org
3737
if: >- # "create" workflows run separately from "push" & "pull_request"
3838
github.event_name == 'release'
39-
uses: pypa/gh-action-pypi-publish@master
39+
uses: pypa/gh-action-pypi-publish@v1
4040
with:
4141
password: ${{ secrets.testpypi_password }}
4242
repository_url: https://test.pypi.org/legacy/
4343
- name: Publish to pypi.org
4444
if: >- # "create" workflows run separately from "push" & "pull_request"
4545
github.event_name == 'release'
46-
uses: pypa/gh-action-pypi-publish@master
46+
uses: pypa/gh-action-pypi-publish@v1
4747
with:
4848
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)