From 5de11d2180c15afd9a06599ad47d23ef5a099d44 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 30 Oct 2024 17:42:47 +0100 Subject: [PATCH] Fix publishing --- .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 d2864b3..dfdfe03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: COVERALLS_FLAG_NAME: ${{ matrix.python-version }} COVERALLS_PARALLEL: true - name: Publish to PyPI - if: github.ref == 'master' && github.event_name == 'push' && matrix.python-version == '3.10' + if: github.ref == 'refs/heads/master' && github.event_name == 'push' && matrix.python-version == '3.10' uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__