Switch to PyPI

release/4.3a0
Yashas Ambati 2025-02-28 14:59:54 -05:00
parent 9f25382cba
commit 895fc8829f
1 changed files with 2 additions and 2 deletions

View File

@ -167,9 +167,9 @@ jobs:
path: dist/ path: dist/
merge-multiple: true merge-multiple: true
- name: Publish to TestPyPI - name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
verbose: true verbose: true
packages-dir: dist/ packages-dir: dist/
repository-url: https://test.pypi.org/legacy/ # repository-url: https://test.pypi.org/legacy/