Ver código fonte

ci(release): Fix setup

tags/v0.2.1
Jérôme Deuchnord 4 anos atrás
pai
commit
049d034883
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: BC6F3C345B7D33B0
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      .github/workflows/release.yml

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

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


Carregando…
Cancelar
Salvar