We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74150ef commit 42e0e81Copy full SHA for 42e0e81
.github/workflows/publish.yml
@@ -45,6 +45,7 @@ jobs:
45
46
- name: Install dependencies
47
run: |
48
+ pip install --upgrade pip
49
pip install -r requirements.txt
50
pip install -r requirements-dev.txt
51
- name: create python package
@@ -53,7 +54,7 @@ jobs:
53
54
git config --local user.name "GitHub Action"
55
git fetch --tags
56
git pull origin master
- pip install setuptools wheel twine
57
+ pip install --upgrade setuptools wheel twine
58
python setup.py sdist bdist_wheel
59
60
- run: invoke sanity.validate-sdist
0 commit comments