We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2923a5d + f7d7d66 commit c5f27afCopy full SHA for c5f27af
.github/workflows/deploy-python.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: Install Dependencies
112
run: |
113
pip install -U pip
114
- pip install -U setuptools==75.8.1
+ pip install -U setuptools<71.0.0
115
116
- name: Build Source Package
117
@@ -154,7 +154,7 @@ jobs:
154
155
156
157
- pip install -U wheel setuptools==75.8.1 twine
+ pip install -U wheel setuptools<71.0.0 twine
158
159
- name: Download Artifacts
160
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # 4.1.4
0 commit comments