mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 15:56:57 +08:00
fix upload to testpypi error
This commit is contained in:
12
.github/workflows/python-publish.yml
vendored
12
.github/workflows/python-publish.yml
vendored
@@ -15,10 +15,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macos-13, macos-latest]
|
os: [windows-latest, macos-13, macos-latest]
|
||||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
python-version: []
|
||||||
exclude:
|
include:
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
- os: macos-13
|
- os: macos-13
|
||||||
python-version: ["3.11", "3.12"]
|
python-version: ["3.8", "3.9", "3.10"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -66,4 +70,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls dist
|
ls dist
|
||||||
twine check dist/*.whl
|
twine check dist/*.whl
|
||||||
twine upload --repository-url https://test.pypi.org/legacy/ dist/pyqlib-*-linux*.whl
|
twine upload --repository-url https://test.pypi.org/legacy/ dist/pyqlib-*-manylinux*.whl
|
||||||
|
|||||||
Reference in New Issue
Block a user