mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-30 09:31:18 +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:
|
||||
matrix:
|
||||
os: [windows-latest, macos-13, macos-latest]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
exclude:
|
||||
python-version: []
|
||||
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
|
||||
python-version: ["3.11", "3.12"]
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@@ -66,4 +70,4 @@ jobs:
|
||||
run: |
|
||||
ls dist
|
||||
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