From 75419fd8177aee0e8a6f07edae6a82930ae2cb75 Mon Sep 17 00:00:00 2001 From: Robert Taylor Date: Wed, 9 Aug 2023 14:24:08 +0000 Subject: [PATCH] Add (temporaray) token for pypi testing --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dc08f881..d6fcdf4b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -107,6 +107,7 @@ jobs: - uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 #v1.8.8 with: + password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ upload_pypi: @@ -139,7 +140,7 @@ jobs: path: dist - uses: pypa/gh-action-pypi-publish@release/v1 -# + # build_sdist: # name: Build sdist # runs-on: ubuntu-latest