Browse Source

chore: add missing wheel package for release

tags/v0.10.0
Jérôme Deuchnord 3 years ago
parent
commit
d7f453bb37
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml View File

@@ -51,7 +51,7 @@ jobs:
sudo gem install ronn
- name: Install dependencies
run: |
python -m pip install --upgrade pip pipenv twine
python -m pip install --upgrade pip pipenv twine wheel
pipenv lock --pre
pipenv sync
pipenv run pip freeze > requirements.txt


Loading…
Cancel
Save