File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed 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 :
1212 name : testrelease
13- url : https://test. pypi.org/p/DynamicalComponentsAnalysis/
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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ description = "Dynamical Components Analysis"
99readme = " README.md"
1010requires-python = " >=3.6"
1111authors = [
12- {
name = " Jesse Livezey" ,
email = " [email protected] " },
13- { name = " David Clark" }
12+ {
name = " Jesse Livezey" ,
email = " [email protected] " },
13+ {
name = " David Clark" , email = " [email protected] " }
1414]
1515license = { file = " LICENSE.txt" }
1616classifiers = [
You can’t perform that action at this time.
0 commit comments