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 package to testPyPI
1+ name : Publish python package to PyPI
22
33on :
44 release :
55 types : [published]
66
77jobs :
8- publish-to-testpypi :
9- name : Publish release to testPyPI
8+ publish-to-pypi :
9+ name : Publish release to PyPI
1010 runs-on : ubuntu-latest
1111 environment :
12- name : testrelease
13- url : https://test. pypi.org/p/DynamicalComponentsAnalysis/
12+ name : release
13+ url : https://pypi.org/p/DynamicalComponentsAnalysis/
1414 permissions :
1515 id-token : write
1616
3131 - name : Build package
3232 run : python -m build
3333
34- - name : Publish package distributions to testPyPI
35- uses : pypa/gh-action-pypi-publish@release/v1
36- with :
37- repository-url : https://test.pypi.org/legacy/
34+ - name : Publish package distributions to PyPI
35+ uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments