Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix: sdist build requirements (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Aug 1, 2023
1 parent 4d7451e commit 6b34059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build source distribution
if: runner.os == 'Linux' # Only release source under linux to avoid conflict
run: |
python -m pip install wheel
python -m pip install wheel setuptools_scm
python setup.py sdist
mv dist/*.tar.gz wheelhouse/
- name: Upload to PyPI
Expand Down

0 comments on commit 6b34059

Please sign in to comment.