From f3ff70f0fa77512202aa1f87ee6915b4ed814146 Mon Sep 17 00:00:00 2001 From: David Zwicker Date: Wed, 30 Aug 2023 09:51:59 +0200 Subject: [PATCH] Update release_pip.yml Switched to using pypi token in preparation of 2FA --- .github/workflows/release_pip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_pip.yml b/.github/workflows/release_pip.yml index d86b9f4..b89656a 100644 --- a/.github/workflows/release_pip.yml +++ b/.github/workflows/release_pip.yml @@ -32,5 +32,5 @@ jobs: - name: Build and publish env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: python -m twine upload dist/* \ No newline at end of file + TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} + run: python -m twine upload dist/*