We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da1611 commit 020d6a3Copy full SHA for 020d6a3
.github/workflows/make_release.yaml
@@ -66,7 +66,7 @@ jobs:
66
needs: build
67
environment:
68
name: pypi
69
- url: https://test.pypi.org/p/audioread
+ url: https://pypi.org/p/audioread
70
permissions:
71
id-token: write
72
steps:
@@ -78,4 +78,4 @@ jobs:
78
- name: Publish distribution 📦 to PyPI
79
uses: pypa/gh-action-pypi-publish@release/v1
80
with:
81
- repository-url: https://test.pypi.org/legacy/
+ repository-url: https://pypi.org/legacy/
0 commit comments