File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 name : Build distribution 📦
11- runs-on : macos-latest
11+ runs-on : macos-14
1212
1313 steps :
1414 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 name : Build distribution 📦
11- runs-on : macos-latest
11+ runs-on : macos-14
1212
1313 steps :
1414 - uses : actions/checkout@v4
2020 python-version : " 3.9"
2121 - name : update pip & install custom dependencies
2222 run : |
23- spython -m pip install --upgrade pip
23+ python -m pip install --upgrade pip
2424 brew update
2525 brew uninstall cmake
2626 sh scripts/shell/m2chip_install.sh
5959 uses : pypa/gh-action-pypi-publish@release/v1
6060 with :
6161 skip-existing : true
62- repository-url : https://test.pypi.org/legacy/
62+ repository-url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies = [
5555 " tqdm==4.62.2" ,
5656 " rich==13.9.4" ,
5757 " reportlab==4.2.0" ,
58- " tables==3.10 .1" ,
58+ " tables==3.9 .1" ,
5959 " pyWinhook==1.6.2;python_version=='3.9' and platform_system=='Windows'" ,
6060 " WxPython==4.2.1;platform_system!='Linux'" ,
6161]
You can’t perform that action at this time.
0 commit comments