Skip to content

Commit

Permalink
EBR-40 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 8, 2024
1 parent 157324a commit 47905c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on: push
on:
release:
types: [published]

jobs:
build_wheels:
Expand Down Expand Up @@ -61,4 +63,4 @@ jobs:
run: |
echo "Publishing on pypi..."
python -m pip install -U twine
twine upload dist/* --verbose
twine upload dist/*

0 comments on commit 47905c0

Please sign in to comment.