Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonald authored Sep 19, 2024
1 parent 6dfd265 commit b5256f6
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 @@ -48,9 +48,9 @@ jobs:

- name: Build sdist
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements_dev.txt
python setup.py sdist
python -m pip install .
python -m pip install -r requirements_dev.txt .
python -m build
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b5256f6

Please sign in to comment.