From 6c9daacd411c51b9650290cc8399cb3e4707f3aa Mon Sep 17 00:00:00 2001 From: Radi85 Date: Sat, 25 Jun 2022 12:29:32 +0200 Subject: [PATCH] fix: remove master branch condition --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db906cf..5df4edd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,6 @@ jobs: run: python setup.py sdist bdist_wheel - name: Publish distribution 📦 to PyPI - if: github.event.base_ref == 'refs/heads/master' uses: pypa/gh-action-pypi-publish@master with: user: __token__