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 34908c8 commit 8aaa75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ 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'
pre-build-command: 'sudo apt install gcc-12 g++-12 -y'
pre-build-command: 'apt install gcc-12 g++-12 -y'
- name: Install dependencies
run: |
python -m pip install twine
Expand Down

0 comments on commit 8aaa75d

Please sign in to comment.