Skip to content

Commit bc2e38b

Browse files
authored
Update setuptools before packing and running tests (#2732)
1 parent cf0c7e1 commit bc2e38b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pypi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.x"
1616
- name: Install dependencies
1717
run: |
18-
pip install setuptools wheel twine
18+
pip install --upgrade setuptools wheel twine
1919
- name: Build and publish
2020
run: |
2121
python setup.py sdist bdist_wheel

.github/workflows/test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- name: Install cfn-lint
6666
run: |
6767
pip3 install -e .
68+
pip install --upgrade setuptools
6869
- uses: pypa/[email protected]
6970
with:
7071
ignore-vulns: |

0 commit comments

Comments
 (0)