We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0c7e1 commit bc2e38bCopy full SHA for bc2e38b
.github/workflows/pypi.yaml
@@ -15,7 +15,7 @@ jobs:
15
python-version: "3.x"
16
- name: Install dependencies
17
run: |
18
- pip install setuptools wheel twine
+ pip install --upgrade setuptools wheel twine
19
- name: Build and publish
20
21
python setup.py sdist bdist_wheel
.github/workflows/test.yaml
@@ -65,6 +65,7 @@ jobs:
65
- name: Install cfn-lint
66
67
pip3 install -e .
68
+ pip install --upgrade setuptools
69
- uses: pypa/[email protected]
70
with:
71
ignore-vulns: |
0 commit comments