Skip to content

Commit

Permalink
ci(release): make github tags trigger PYPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas03 committed Aug 31, 2022
1 parent 0182982 commit f41f39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sdist
bdist_wheel
- name: Publish distribution 📦 to PyPI
if: startsWith(github.event.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit f41f39a

Please sign in to comment.