We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8084f43 commit 2a6e301Copy full SHA for 2a6e301
.github/workflows/pypi_test_upload.yaml
@@ -31,7 +31,7 @@ jobs:
31
--outdir dist/
32
- name: Publish to test Pypi
33
if: ${{github.repository == 'urbanairship/python-library-dev'}}
34
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
password: ${{ secrets.PYPI_TEST_TOKEN }}
37
repository_url: https://test.pypi.org/legacy/
.github/workflows/release_build_push.yaml
@@ -29,6 +29,6 @@ jobs:
29
30
- name: Publish to Pypi
password: ${{ secrets.PYPI_TOKEN_URBANAIRSHIP }}
0 commit comments