Sfoglia il codice sorgente

chore: add missing wheel package for release

tags/v0.10.0
Jérôme Deuchnord 3 anni fa
parent
commit
d7f453bb37
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml Vedi 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


Caricamento…
Annulla
Salva