File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Publish Python π distributions π¦ to PyPI and TestPyPI
1+ name : Publish Python π distributions π¦ to PyPI
22
33on :
44 push :
55 tags :
66 - ' *'
77jobs :
88 build-n-publish :
9- name : Build and publish Python π distributions π¦ to PyPI and TestPyPI
9+ name : Build and publish Python π distributions π¦ to PyPI
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@master
3737 - name : Publish distribution π¦ to PyPI
3838 if : startsWith(github.ref, 'refs/tags')
3939 uses : pypa/gh-action-pypi-publish@release/v1
40- with :
41- password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1- name : Publish Python π distributions π¦ to PyPI and TestPyPI
1+ name : Publish Python π distributions π¦ to TestPyPI
22
33on :
44 push :
55 tags :
66 - ' *'
77jobs :
88 build-n-publish :
9- name : Build and publish Python π distributions π¦ to PyPI and TestPyPI
9+ name : Build and publish Python π distributions π¦ to TestPyPI
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@master
You canβt perform that action at this time.
0 commit comments