File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
--outdir dist/
32
32
.
33
33
34
- - name : Publish distribution 📦 to PyPI
34
+ - name : PyPI - Publish distribution 📦
35
35
if : startsWith(github.ref, 'refs/tags')
36
- uses : pypa/gh-action-pypi-publish@master
36
+ uses : pypa/gh-action-pypi-publish@release/v1
37
37
with :
38
38
user : __token__
39
39
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build-n-publish :
10
- name : Build and publish Python 🐍 distributions 📦 to TestPyPI
10
+ name : TestPyPI - Build and publish Python 🐍 distributions 📦
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@master
32
32
.
33
33
34
34
- name : Publish distribution 📦 to Test PyPI
35
- uses : pypa/gh-action-pypi-publish@master
35
+ uses : pypa/gh-action-pypi-publish@release/v1
36
36
with :
37
37
user : __token__
38
38
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments