File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3434 - name : Install prerequisites
3535 run : |
3636 python3 -m pip install -r requirements.txt -r requirements-dev.txt -r requirements-docs.txt
37- python3 -m pip install auditwheel twine
37+ python3 -m pip install auditwheel " twine<6"
3838
3939 - name : Create wheel
4040 run : |
@@ -100,7 +100,7 @@ jobs:
100100 - name : Install prerequisites
101101 run : |
102102 python3 -m pip install -r requirements.txt -r requirements-dev.txt
103- python3 -m pip install twine
103+ python3 -m pip install " twine<6"
104104
105105 - name : Create wheel
106106 run : |
@@ -149,7 +149,7 @@ jobs:
149149 - name : Install prerequisites
150150 run : |
151151 python -m pip install -r requirements.txt
152- python -m pip install setuptools twine wheel
152+ python -m pip install setuptools " twine<6" wheel
153153 python -m pip install --user delocate
154154
155155 - name : Create wheel
@@ -206,7 +206,7 @@ jobs:
206206 - name : Install prerequisites
207207 run : |
208208 python3 -m pip install -r requirements.txt -r requirements-dev.txt
209- python3 -m pip install twine wheel
209+ python3 -m pip install " twine<6" wheel
210210
211211 - name : Create wheel
212212 run : |
Original file line number Diff line number Diff line change 11[metadata]
2+ license_file = LICENSE.txt
23
34[bdist_wheel]
45universal =0
You can’t perform that action at this time.
0 commit comments