Skip to content

Commit 9f89b7a

Browse files
committed
update from testpypi to pypi
1 parent beeb59b commit 9f89b7a

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/release_pypi.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Publish python package to testPyPI
1+
name: Publish python package to PyPI
22

33
on:
44
release:
55
types: [published]
66

77
jobs:
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

@@ -31,7 +31,5 @@ jobs:
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

0 commit comments

Comments
 (0)