There was an error while loading. Please reload this page.
2 parents 71c6989 + 5394442 commit 3daa22dCopy full SHA for 3daa22d
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:
@@ -86,7 +86,7 @@ jobs:
86
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tag }}-with-data
87
${{ env.DOCKER_IMAGE }}:latest-with-data
88
89
- publish-testpypi:
+ publish-pypi:
90
name: Publish sdist to PyPI
91
runs-on: ubuntu-latest
92
needs:
@@ -99,10 +99,10 @@ jobs:
99
name: python-dist
100
path: dist
101
102
- - name: Publish to TestPyPI (API token)
+ - name: Publish to PyPI (API token)
103
uses: pypa/gh-action-pypi-publish@release/v1
104
with:
105
user: __token__
106
password: ${{ secrets.PYPI_API_TOKEN }}
107
skip-existing: true
108
- verify-metadata: true
+ verify-metadata: true
0 commit comments