Skip to content

Commit

Permalink
Remove tag requirement
Browse files Browse the repository at this point in the history
This will cause problems for this commit, but future commits will succeed
  • Loading branch information
raclettes authored Apr 26, 2021
1 parent 9389a0e commit 5169a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
--outdir dist/
.
- name: Publish package to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 5169a12

Please sign in to comment.