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 1- name : Publish Python 🐍 distribution 📦 to PyPI
1+ name : Publish distribution to PyPI
22
33on :
44 workflow_dispatch :
2929 - name : Build distribution packages
3030 run : python -m build
3131
32- - name : Publish distribution 📦 to PyPI
32+ - name : Publish distribution to PyPI
3333 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 1- name : Publish Python 🐍 distribution 📦 to Test PyPI
1+ name : Publish distribution to Test PyPI
22
33on :
44 workflow_dispatch :
5050 - name : Build distribution packages
5151 run : python -m build
5252
53- - name : Publish distribution 📦 to Test PyPI
53+ - name : Publish distribution to Test PyPI
5454 uses : pypa/gh-action-pypi-publish@release/v1
5555 with :
5656 repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments