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.
2 parents 38f3868 + defc522 commit 79ecb26Copy full SHA for 79ecb26
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,12 @@ jobs:
24
sudo apt-get autoremove
25
sudo apt-get autoclean
26
python -m pip install --upgrade pip
27
- pip install setuptools pipenv twine
+ pip install pipenv twine
28
+
29
+ - name: Setup pipenv and install build dependencies
30
+ run: |
31
+ pipenv install --dev --skip-lock
32
+ pipenv run pip install setuptools wheel
33
34
- name: Build wheels and source tarball
35
run: |
0 commit comments