From 3f08bcf23f76df571b85d5fa7d637fe3cb776006 Mon Sep 17 00:00:00 2001 From: ramav87 Date: Tue, 27 Aug 2024 10:40:13 -0400 Subject: [PATCH] Update build.yml new token --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f19c04c..7d73456 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: - name: Upload to PyPi if: startsWith( github.ref, 'refs/tags') && matrix.python-version == env.PYTHON_MAIN_VERSION env: - PYPI_TOKEN_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} + PYPI_TOKEN_PASSWORD: ${{ secrets.BGLIB_PYPI }} run: | pip install wheel twine python setup.py sdist bdist_wheel