There was an error while loading. Please reload this page.
1 parent 7bfe3c4 commit 3ff7e2fCopy full SHA for 3ff7e2f
1 file changed
.github/workflows/release.yaml
@@ -1,4 +1,4 @@
1
-name: Release (TestPyPI + Docker Hub)
+name: Release (PyPI + Docker Hub)
2
3
on:
4
release:
@@ -84,10 +84,10 @@ jobs:
84
name: python-dist
85
path: dist
86
87
- - name: Publish to TestPyPI (API token)
+ - name: Publish to PyPI (API token)
88
uses: pypa/gh-action-pypi-publish@release/v1
89
with:
90
user: __token__
91
password: ${{ secrets.PYPI_API_TOKEN }}
92
skip-existing: true
93
- verify-metadata: true
+ verify-metadata: true
0 commit comments