From f9c37ce04508ae1241a0928312653d599c1323e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag=20W=C3=A4stberg?= Date: Tue, 8 Oct 2024 14:22:00 +0200 Subject: [PATCH] push to pypi --- .github/workflows/build-wheels.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index dd6b7ae..72d1552 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://test.pypi.org/p/pyraymesh + url: https://pypi.org/p/pyraymesh permissions: id-token: write @@ -70,7 +70,7 @@ jobs: - name: Publish wheels uses: pypa/gh-action-pypi-publish@release/v1 with: - # password: ${{ secrets.PYPI_TOKEN }} - password: ${{ secrets.TEST_PYPI_TOKEN }} - repository-url: https://test.pypi.org/legacy/ - verbose: true + password: ${{ secrets.PYPI_TOKEN }} +# password: ${{ secrets.TEST_PYPI_TOKEN }} +# repository-url: https://test.pypi.org/legacy/ +# verbose: true