Skip to content

Commit ef10e1a

Browse files
authored
change the branch of the pypi publisher release (#1909)
1 parent 3f10d06 commit ef10e1a

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,14 +36,14 @@ 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@v1
39+
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
4141
password: ${{ secrets.testpypi_password }}
4242
repository_url: https://test.pypi.org/legacy/
4343

4444
- name: Publish to pypi.org
4545
if: >- # "create" workflows run separately from "push" & "pull_request"
4646
github.event_name == 'release'
47-
uses: pypa/gh-action-pypi-publish@v1
47+
uses: pypa/gh-action-pypi-publish@release/v1
4848
with:
4949
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)