File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,21 @@ jobs:
1818 python-version : 3.5
1919 - os : ubuntu-latest
2020 python-version : 3.6
21- include :
22- - os : ubuntu-20.04
21+ - os : ubuntu-latest
22+ python-version : 3.7
23+ - os : macos-latest
2324 python-version : 3.5
24- - os : ubuntu-20.04
25+ - os : macos-latest
2526 python-version : 3.6
27+ - os : macos-latest
28+ python-version : 3.7
29+ # include:
30+ # - os: ubuntu-20.04
31+ # python-version: 3.5
32+ # - os: ubuntu-20.04
33+ # python-version: 3.6
34+ # - os: ubuntu-20.04
35+ # python-version: 3.7
2636
2737 steps :
2838 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- rm - r - Force dist build
1+ rm - r - Force dist, build
22uv run setup.py sdist bdist_wheel
33uvx twine upload dist/*
4- rm - r - Force dist build * .egg- info
4+ rm - r - Force dist, build, * .egg- info
You can’t perform that action at this time.
0 commit comments