Skip to content

Commit

Permalink
fix wheels creation
Browse files Browse the repository at this point in the history
Change-Id: I8cf69990969d0227bb8328895606629406102291
  • Loading branch information
Jaquier Aurélien Tristan committed Oct 2, 2024
1 parent 1cfd34f commit e294f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

- name: Build a source tarball and wheel
run: |
pip install wheel
python setup.py sdist bdist_wheel
pip install build
python -m build
- name: Get and store tag from 'Bump version and push tag' step
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit e294f21

Please sign in to comment.