Skip to content

Commit f41f39a

Browse files
committed
ci(release): make github tags trigger PYPI release
1 parent 0182982 commit f41f39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sdist
3131
bdist_wheel
3232
- name: Publish distribution 📦 to PyPI
33-
if: startsWith(github.event.ref, 'refs/tags')
33+
if: startsWith(github.ref, 'refs/tags')
3434
uses: pypa/gh-action-pypi-publish@master
3535
with:
3636
user: __token__

0 commit comments

Comments
 (0)