Skip to content

Commit 9916f5e

Browse files
authored
ci: Update pypi action branch names (#125)
1 parent 0764195 commit 9916f5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
--outdir dist/
3232
.
3333
34-
- name: Publish distribution 📦 to PyPI
34+
- name: PyPI - Publish distribution 📦
3535
if: startsWith(github.ref, 'refs/tags')
36-
uses: pypa/gh-action-pypi-publish@master
36+
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-n-publish:
10-
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
10+
name: TestPyPI - Build and publish Python 🐍 distributions 📦
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@master
@@ -32,7 +32,7 @@ jobs:
3232
.
3333
3434
- name: Publish distribution 📦 to Test PyPI
35-
uses: pypa/gh-action-pypi-publish@master
35+
uses: pypa/gh-action-pypi-publish@release/v1
3636
with:
3737
user: __token__
3838
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)