File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 1- name : Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
1+ name : Publish Python 🐍 distribution 📦 to PyPI
22
33on : push
44
5050 path : dist/
5151 - name : Publish distribution 📦 to PyPI
5252 uses : pypa/gh-action-pypi-publish@release/v1
53-
54- publish-to-testpypi :
55- name : Publish Python 🐍 distribution 📦 to TestPyPI
56- needs :
57- - build
58- runs-on : ubuntu-latest
59-
60- environment :
61- name : testpypi
62- url : https://test.pypi.org/p/mcpforunityserver
63-
64- permissions :
65- id-token : write # IMPORTANT: mandatory for trusted publishing
66-
67- steps :
68- - name : Download all the dists
69- uses : actions/download-artifact@v7
70- with :
71- name : python-package-distributions
72- path : dist/
73- - name : Publish distribution 📦 to TestPyPI
74- uses : pypa/gh-action-pypi-publish@release/v1
75- with :
76- repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments