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 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 }}
Original file line number Diff line number Diff line change 77
88jobs :
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
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 }}
You can’t perform that action at this time.
0 commit comments