File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838 - run :
3939 name : install cibuildwheel and other build reqs
4040 command : |
41- python3 -m pip install --upgrade pip setuptools setuptools_scm[toml]
41+ python3 -m pip install --upgrade pip setuptools ' setuptools_scm[toml]<8'
4242 python3 -m pip install -rcibw-requirements.txt
4343 python3 -m setuptools_scm
4444
Original file line number Diff line number Diff line change @@ -141,6 +141,6 @@ jobs:
141141 steps :
142142 - uses : actions/checkout@v4
143143 - name : record schema-salad version
144- run : pip install setuptools_scm[toml] && python -m setuptools_scm
144+ run : pip install ' setuptools_scm[toml]<8' && python -m setuptools_scm
145145 - name : build & test schema_salad container
146146 run : ./build-schema_salad-docker.sh
Original file line number Diff line number Diff line change 1414 run : |
1515 echo -n ::set-output name=IMAGE_TAGS::${GITHUB_REF#refs/*/}
1616 - name : record schema-salad version
17- run : pip install setuptools_scm[toml] && python -m setuptools_scm
17+ run : pip install ' setuptools_scm[toml]<8' && python -m setuptools_scm
1818 - name : Set up Docker Buildx
1919 uses : docker/setup-buildx-action@v3
2020 - name : Login to Quay.io
Original file line number Diff line number Diff line change 4242 run : python -m pip install -rcibw-requirements.txt
4343
4444 - name : set version
45- run : pip install setuptools_scm[toml] && python -m setuptools_scm
45+ run : pip install ' setuptools_scm[toml]<8' && python -m setuptools_scm
4646
4747 - name : Build wheels
4848 run : |
7575 ref : ${{ github.event.client_payload.ref }}
7676
7777 - name : set version
78- run : pip install setuptools_scm[toml] && python -m setuptools_scm
78+ run : pip install ' setuptools_scm[toml]<8' && python -m setuptools_scm
7979
8080 - name : Build sdist
8181 run : pipx run build --sdist
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
33 " setuptools>=45" ,
4- " setuptools_scm[toml]>=6.2" ,
4+ " setuptools_scm[toml]>=6.2,<8 " ,
55 ' mypy==1.5.1' , # update mypy-requirements as well
66 " black>=19.10b0" ,
77 " types-pkg_resources" ,
You can’t perform that action at this time.
0 commit comments