From de6279673aaff2e75aac799ff15aa30b3e05082b Mon Sep 17 00:00:00 2001 From: Dario Malchiodi Date: Sun, 13 Oct 2024 18:11:38 +0200 Subject: [PATCH] enabled workflow debug --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 5148e56..155cf0d 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: run: pip install -r requirements.txt - name: Build a binary wheel and a source tarball run: python3 -m build - - name: Publish Python 🐍 distribution 📦 to PyPI + - name: Publish Python 🐍 distribution 📦 to PyPI env: PYPI_TOKEN = ${{ secrets.PYPI_TOKEN }} run: python -m twine upload dist/* --username __token__ \ --passowrd $PYPI_TOKEN