File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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/gh-action-pypi-publish@v1.9.0
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 :
You can’t perform that action at this time.
0 commit comments