Skip to content

Commit 42e0e81

Browse files
committed
install latest version of setuptools
1 parent 74150ef commit 42e0e81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545

4646
- name: Install dependencies
4747
run: |
48+
pip install --upgrade pip
4849
pip install -r requirements.txt
4950
pip install -r requirements-dev.txt
5051
- name: create python package
@@ -53,7 +54,7 @@ jobs:
5354
git config --local user.name "GitHub Action"
5455
git fetch --tags
5556
git pull origin master
56-
pip install setuptools wheel twine
57+
pip install --upgrade setuptools wheel twine
5758
python setup.py sdist bdist_wheel
5859
5960
- run: invoke sanity.validate-sdist

0 commit comments

Comments
 (0)