Skip to content

Commit bb52e42

Browse files
committed
build even if not publish
1 parent 88e0f55 commit bb52e42

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
deploy:
2222
name: Deploy on PyPI
2323
needs: lint
24-
if: >
25-
github.event_name == 'push' &&
26-
startsWith(github.ref, 'refs/tags') &&
27-
github.base_ref == 'main' &&
28-
github.actor == github.repository_owner
2924
runs-on: ubuntu-latest
3025
timeout-minutes: 10
3126
environment:

0 commit comments

Comments
 (0)