Explorar el Código

ci(release): Fix setup

tags/v0.2.1
Jérôme Deuchnord hace 4 años
padre
commit
049d034883
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: BC6F3C345B7D33B0
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

@@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine skyfield numpy tabulate
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}


Cargando…
Cancelar
Guardar