Skip to content

Commit 07b00f9

Browse files
committed
switching to pypi from testpypi
1 parent 7a5a4bf commit 07b00f9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ jobs:
194194
path: ./quaddtype/wheelhouse/*.whl
195195
name: wheels-windows-${{ matrix.architecture }}
196196

197-
publish_to_testpypi:
198-
name: Publish to TestPyPI
197+
publish_to_pypi:
198+
name: Publish to PyPI
199199
needs: [build_wheels_linux, build_wheels_macos, build_wheels_windows]
200200
runs-on: ubuntu-latest
201201
if: startsWith(github.ref, 'refs/tags/quaddtype-v')
@@ -204,12 +204,11 @@ jobs:
204204
uses: actions/download-artifact@v4
205205
with:
206206
path: dist
207-
- name: Publish to TestPyPI
207+
- name: Publish to PyPI
208208
uses: pypa/[email protected]
209209
with:
210210
user: __token__
211211
password: ${{ secrets.PYPI_API_TOKEN }}
212-
repository-url: https://test.pypi.org/legacy/
213212
packages-dir: dist/*
214213

215214
create_release:

0 commit comments

Comments
 (0)