Skip to content

Commit

Permalink
EBR-40 Temp build always
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 4, 2024
1 parent 699d4c3 commit d11744a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build

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

jobs:
build_wheels:
Expand Down Expand Up @@ -56,8 +54,8 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_PASSWORD }}
# - uses: pypa/gh-action-pypi-publish@v1.5.0
# with:
# user: ${{ secrets.PYPI_USER }}
# password: ${{ secrets.PYPI_PASSWORD }}
# repository_url: https://test.pypi.org/legacy/

0 comments on commit d11744a

Please sign in to comment.