Skip to content

Commit 786d0c7

Browse files
committed
Deploy to pypi
1 parent 6245dc1 commit 786d0c7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release-upload.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ jobs:
186186
needs:
187187
- release
188188
environment:
189-
name: testpypi
190-
url: https://test.pypi.org/p/spatialize-test-reik0
189+
name: pypi
190+
url: https://pypi.org/p/spatialize
191191
permissions:
192192
id-token: write
193193
steps:
@@ -197,7 +197,5 @@ jobs:
197197
path: dist
198198
merge-multiple: true
199199

200-
- name: Publish package distributions to testpypi
201-
uses: pypa/gh-action-pypi-publish@release/v1
202-
with:
203-
repository-url: https://test.pypi.org/legacy/
200+
- name: Publish package distributions to pypi
201+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)