From 24d6d306a79abda9ffe0278586dfd665be3ed165 Mon Sep 17 00:00:00 2001 From: Antonio Linares Sancho <132582167+LinaresToine@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:28:22 -0700 Subject: [PATCH] Test pypi_build_publish_template.yaml --- .github/workflows/pypi_build_publish_template.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pypi_build_publish_template.yaml b/.github/workflows/pypi_build_publish_template.yaml index e6ce194d7..e735598e6 100644 --- a/.github/workflows/pypi_build_publish_template.yaml +++ b/.github/workflows/pypi_build_publish_template.yaml @@ -34,9 +34,6 @@ jobs: run: python setup.py clean sdist - name: Upload to PyPI - env: - TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: | python -m twine upload --repository pypi dist/*