Skip to content

Commit 6b0938e

Browse files
committed
simplify workflow
1 parent c285c29 commit 6b0938e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python-package.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ name: Python package
66
on:
77
push:
88
branches: [ "main" ]
9-
tags: [ '*' ]
109
pull_request:
1110
branches: [ "main" ]
1211

@@ -115,7 +114,6 @@ jobs:
115114
tag_name: ${{ steps.bump_version.outputs.new_version }}
116115

117116
pypi-publish:
118-
# hopefully this dep is enough to only run on release
119117
needs: [ release ]
120118
runs-on: ubuntu-latest
121119
environment:

0 commit comments

Comments
 (0)