Skip to content

Commit eb8d44b

Browse files
authored
Merge pull request #1324 from newrelic/pin-setuptools
Add packaging to install.
2 parents c5f27af + e865a29 commit eb8d44b

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

0 commit comments

Comments
 (0)