Skip to content

Commit c5f27af

Browse files
authoredMar 7, 2025
Merge pull request #1323 from newrelic/pin-setuptools
Pin setuptools to v7.0.x.
2 parents 2923a5d + f7d7d66 commit c5f27af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install Dependencies
112112
run: |
113113
pip install -U pip
114-
pip install -U setuptools==75.8.1
114+
pip install -U setuptools<71.0.0
115115
116116
- name: Build Source Package
117117
run: |
@@ -154,7 +154,7 @@ jobs:
154154
- name: Install Dependencies
155155
run: |
156156
pip install -U pip
157-
pip install -U wheel setuptools==75.8.1 twine
157+
pip install -U wheel setuptools<71.0.0 twine
158158
159159
- name: Download Artifacts
160160
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # 4.1.4

0 commit comments

Comments
 (0)