Skip to content

Commit

Permalink
Update wheels action
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Dec 27, 2023
1 parent 3278edd commit ef270ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
python-version: '3.x'

- name: Build source package (.tar.gz)
run: python setup.py sdist
run: |
python -m pip install setuptools
python setup.py sdist
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ef270ab

Please sign in to comment.