Skip to content

Commit ae5feef

Browse files
authored
Update python-build.yml
1 parent 8595b4a commit ae5feef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs:
4848
- build
49-
if: github.event_name == 'push'
49+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5050
environment:
5151
name: pypi
5252
url: https://pypi.org/p/data-formulator

0 commit comments

Comments
 (0)