Skip to content

Commit

Permalink
EBR-40 Revert temporary testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 4, 2024
1 parent 9163d3f commit db8481c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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 @@ -54,8 +56,8 @@ jobs:
name: artifact
path: dist

# - uses: pypa/[email protected]
# with:
# user: ${{ secrets.PYPI_USER }}
# password: ${{ secrets.PYPI_PASSWORD }}
- uses: pypa/[email protected]
with:
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_PASSWORD }}
# repository_url: https://test.pypi.org/legacy/

0 comments on commit db8481c

Please sign in to comment.