Skip to content

Commit

Permalink
Merge pull request #173 from BlueBrain/fix-wheels
Browse files Browse the repository at this point in the history
fix wheels creation
  • Loading branch information
AurelienJaquier authored Oct 2, 2024
2 parents 1cfd34f + e294f21 commit 1ce624a
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 1ce624a

Please sign in to comment.