Sfoglia il codice sorgente

ci(release): Fix setup

tags/v0.2.1
Jérôme Deuchnord 4 anni fa
parent
commit
049d034883
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: BC6F3C345B7D33B0
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

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


Caricamento…
Annulla
Salva