Skip to content

Commit 2a6e301

Browse files
authored
updates pypi publish action (#207)
1 parent 8084f43 commit 2a6e301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_test_upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--outdir dist/
3232
- name: Publish to test Pypi
3333
if: ${{github.repository == 'urbanairship/python-library-dev'}}
34-
uses: pypa/gh-action-pypi-publish@master
34+
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
password: ${{ secrets.PYPI_TEST_TOKEN }}
3737
repository_url: https://test.pypi.org/legacy/

.github/workflows/release_build_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
--outdir dist/
3030
- name: Publish to Pypi
3131
if: ${{github.repository == 'urbanairship/python-library-dev'}}
32-
uses: pypa/gh-action-pypi-publish@master
32+
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
password: ${{ secrets.PYPI_TOKEN_URBANAIRSHIP }}

0 commit comments

Comments
 (0)