From 7078e8e4f0cfeafbeceef3d5776e4ad97445da52 Mon Sep 17 00:00:00 2001 From: Hugo Karas Date: Fri, 12 Sep 2025 15:42:33 +0200 Subject: [PATCH] Allow publishing to PyPI on all pushes --- .github/workflows/PyPI_upload.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/PyPI_upload.yml b/.github/workflows/PyPI_upload.yml index 0ed7c32..4b3554c 100644 --- a/.github/workflows/PyPI_upload.yml +++ b/.github/workflows/PyPI_upload.yml @@ -35,7 +35,6 @@ jobs: publish-to-pypi: name: >- Publish Python 🐍 distribution 📦 to PyPI - if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: - build runs-on: ubuntu-latest