"vscode:/vscode.git/clone" did not exist on "144cfcfc6e1006821717ad5a4c6fdf4a20e048ba"
Commit 7c7910e4 authored by 赵小蒙's avatar 赵小蒙
Browse files

Merge remote-tracking branch 'origin/master'

parents 33e2922a 68dba711
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.9", "3.10", "3.11"] python-version: ["3.10"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
...@@ -37,8 +37,9 @@ jobs: ...@@ -37,8 +37,9 @@ jobs:
run: | run: |
python setup.py bdist_wheel python setup.py bdist_wheel
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: wheel-file name: wheel-file
path: dist/*.whl path: dist/*.whl
retention-days: 30
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment