Skip to content

Commit

Permalink
fix upload to testpypi error
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Dec 18, 2024
1 parent a023665 commit d592bfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ jobs:
# not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
build-requirements: 'numpy cython'
system-packages: 'python'
package-path: 'qlib'
pre-build-command: |
which python
which pip
python -m pip install --upgrade pip
python -m pip install -e .
python -m build --wheel
Expand Down

0 comments on commit d592bfd

Please sign in to comment.