Skip to content

Commit

Permalink
Deploy to pypi for any release, no tag check
Browse files Browse the repository at this point in the history
Couldn't get tagged check to work, so for now just deploy for any release.
  • Loading branch information
karimbahgat authored Feb 2, 2022
1 parent 4b333c1 commit 57e77b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Build package
run: python -m build --sdist --wheel --outdir dist/
- name: Publish package
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
Expand Down

0 comments on commit 57e77b5

Please sign in to comment.