Skip to content

Commit 020d6a3

Browse files
committed
Try using proper pypi repo
1 parent 6da1611 commit 020d6a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
needs: build
6767
environment:
6868
name: pypi
69-
url: https://test.pypi.org/p/audioread
69+
url: https://pypi.org/p/audioread
7070
permissions:
7171
id-token: write
7272
steps:
@@ -78,4 +78,4 @@ jobs:
7878
- name: Publish distribution 📦 to PyPI
7979
uses: pypa/gh-action-pypi-publish@release/v1
8080
with:
81-
repository-url: https://test.pypi.org/legacy/
81+
repository-url: https://pypi.org/legacy/

0 commit comments

Comments
 (0)