소스 검색

ci(release): Fix setup

tags/v0.2.1
Jérôme Deuchnord 4 년 전
부모
커밋
049d034883
No known key found for this signature in database GPG 키 ID: BC6F3C345B7D33B0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml 파일 보기

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


불러오는 중...
취소
저장