From 48630105f21f033d9c9f8d46890589cb6dd4b0ca Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Mon, 5 Feb 2024 12:53:08 -0800 Subject: [PATCH] Ready for 0.6.0 --- .github/workflows/wheels.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 82ef013f..7c256681 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -144,15 +144,15 @@ jobs: echo ls -l dist ls -l dist - - name: Publish package to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - verbose: true - password: ${{ secrets.TESTPYPI_PASSWORD }} - repository-url: https://test.pypi.org/legacy/ - - # - name: Publish to PyPI + # - name: Publish package to TestPyPI # uses: pypa/gh-action-pypi-publish@release/v1 # with: - # password: ${{ secrets.PYPI_PASSWORD }} - # verbose: true + # verbose: true + # password: ${{ secrets.TESTPYPI_PASSWORD }} + # repository-url: https://test.pypi.org/legacy/ + + - name: Publish to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_PASSWORD }} + verbose: true