Skip to content

Commit

Permalink
fix: remove master branch condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Radi85 committed Jun 25, 2022
1 parent 299ed11 commit 6c9daac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -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__
Expand Down

0 comments on commit 6c9daac

Please sign in to comment.