Skip to content

Commit 2923a5d

Browse files
authored
Merge pull request #1320 from newrelic/workaround-setuptools
Pin setuptools_scm (for now)
2 parents 0cc1d15 + 46ab3e5 commit 2923a5d

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
114+
pip install -U setuptools==75.8.1
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 twine
157+
pip install -U wheel setuptools==75.8.1 twine
158158
159159
- name: Download Artifacts
160160
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # 4.1.4

0 commit comments

Comments
 (0)