Skip to content

Commit 3ff7e2f

Browse files
authored
CI: remove references to TestPyPI
1 parent 7bfe3c4 commit 3ff7e2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 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:
@@ -84,10 +84,10 @@ jobs:
8484
name: python-dist
8585
path: dist
8686

87-
- name: Publish to TestPyPI (API token)
87+
- name: Publish to PyPI (API token)
8888
uses: pypa/gh-action-pypi-publish@release/v1
8989
with:
9090
user: __token__
9191
password: ${{ secrets.PYPI_API_TOKEN }}
9292
skip-existing: true
93-
verify-metadata: true
93+
verify-metadata: true

0 commit comments

Comments
 (0)