File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11name : Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
22
33on :
4- release :
54 push :
6- tags :
7- - " v*"
8- pull_request :
95 workflow_dispatch :
106
117jobs :
4440 runs-on : ubuntu-latest
4541 environment :
4642 name : pypi
47- url : https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
43+ url : https://pypi.org/p/rqadeforestation # Replace <package-name> with your PyPI project name
4844 permissions :
4945 id-token : write # IMPORTANT: mandatory for trusted publishing
5046
6561
6662 environment :
6763 name : testpypi
68- url : https://test.pypi.org/p/<package-name>
64+ url : https://test.pypi.org/p/rqadeforestation
6965
7066 permissions :
7167 id-token : write # IMPORTANT: mandatory for trusted publishing
You can’t perform that action at this time.
0 commit comments