File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -122,18 +122,11 @@ jobs:
122122 pattern : python-wheels-*
123123 merge-multiple : true
124124
125- - name : Publish package to TestPyPI
126- uses : pypa/gh-action-pypi-publish@release/v1
127- with :
128- password : ${{ secrets.MOORDYN_TESTPYPI_API }}
129- repository-url : https://test.pypi.org/legacy/
130- skip-existing : true
131- if : github.event_name == 'push' && github.ref != 'refs/heads/main'
132-
133- - name : Publish package to TestPyPI
125+ - name : Publish package to PyPI
134126 uses : pypa/gh-action-pypi-publish@release/v1
135127 with :
128+ # password: ${{ secrets.MOORDYN_TESTPYPI_API }}
129+ # repository-url: https://test.pypi.org/legacy/
136130 password : ${{ secrets.MOORDYN_PYPI_API }}
137131 repository-url : https://upload.pypi.org/legacy/
138132 skip-existing : true
139- if : github.event_name == 'push' && github.ref == 'refs/heads/main'
You can’t perform that action at this time.
0 commit comments