Skip to content

Commit 78f41dc

Browse files
committed
Pin setuptools_scm (for now)
1 parent f562477 commit 78f41dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-python.yml

Lines changed: 2 additions & 2 deletions
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/",

0 commit comments

Comments
 (0)