We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac228f7 commit 9592049Copy full SHA for 9592049
1 file changed
.github/workflows/release.yml
@@ -35,5 +35,4 @@ jobs:
35
packages-dir: dist/
36
skip-existing: true
37
user: __token__
38
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
39
- repository-url: https://test.pypi.org/legacy/
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments