Skip to content

Commit

Permalink
Update sdist commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Dec 23, 2023
1 parent 0eb2d84 commit fb035c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
with:
python-version: '3.12'
- name: Build sdist
run: python3 -m build --sdist
run: |
python -m pip install --upgrade pip
pip install setuptools
python setup.py build sdist
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
Expand Down

0 comments on commit fb035c5

Please sign in to comment.