Skip to content

Commit 3daa22d

Browse files
authored
Merge branch 'master' into docker_with_data
2 parents 71c6989 + 5394442 commit 3daa22d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release (TestPyPI + Docker Hub)
1+
name: Release (PyPI + Docker Hub)
22

33
on:
44
release:
@@ -86,7 +86,7 @@ jobs:
8686
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tag }}-with-data
8787
${{ env.DOCKER_IMAGE }}:latest-with-data
8888
89-
publish-testpypi:
89+
publish-pypi:
9090
name: Publish sdist to PyPI
9191
runs-on: ubuntu-latest
9292
needs:
@@ -99,10 +99,10 @@ jobs:
9999
name: python-dist
100100
path: dist
101101

102-
- name: Publish to TestPyPI (API token)
102+
- name: Publish to PyPI (API token)
103103
uses: pypa/gh-action-pypi-publish@release/v1
104104
with:
105105
user: __token__
106106
password: ${{ secrets.PYPI_API_TOKEN }}
107107
skip-existing: true
108-
verify-metadata: true
108+
verify-metadata: true

0 commit comments

Comments
 (0)