File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def build_extension(self, ext):
160160 "git_describe_command" : "git describe --dirty --tags --long --match *.*.*" ,
161161 "write_to" : "newrelic/version.txt" ,
162162 },
163- setup_requires = ["setuptools_scm>=3.2,<8.2 " ],
163+ setup_requires = ["setuptools_scm>=3.2,<9 " ],
164164 description = "New Relic Python Agent" ,
165165 long_description = open (readme_file ).read (),
166166 url = "https://docs.newrelic.com/docs/apm/agents/python-agent/" ,
You can’t perform that action at this time.
0 commit comments