Browse Source

ci(release): Fix setup

tags/v0.2.1
Jérôme Deuchnord 4 years ago
parent
commit
049d034883
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/release.yml

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


Loading…
Cancel
Save