Explorar el Código

chore: add missing wheel package for release

tags/v0.10.0
Jérôme Deuchnord hace 3 años
padre
commit
d7f453bb37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar