Skip to content

Commit

Permalink
ensure build is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ehermes committed Mar 3, 2024
1 parent 00e023d commit 5618820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build package
run: |
python3 -m pip install --upgrade pip setuptools cython wheel numpy scipy ase jax jaxlib
python3 -m pip install --upgrade pip build setuptools cython wheel numpy scipy ase jax jaxlib
python3 -m build --sdist --wheel
- name: Archive build artifacts
Expand All @@ -49,8 +49,8 @@ jobs:

- name: Build package
run: |
python3 -m pip install --upgrade pip setuptools cython wheel numpy scipy ase jax jaxlib
python3 -m build --wheel
python3 -m pip install --upgrade pip build setuptools cython wheel numpy scipy ase jax jaxlib
python3 -m build --sdist --wheel
- name: Archive dist artifacts
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 5618820

Please sign in to comment.