Commit 7c7910e4 authored by 赵小蒙's avatar 赵小蒙
Browse files

Merge remote-tracking branch 'origin/master'

parents 33e2922a 68dba711
......@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
......@@ -37,8 +37,9 @@ jobs:
run: |
python setup.py bdist_wheel
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheel-file
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