소스 검색

Congruity in GH Actions step names

tags/v0.6.4
Ben Kurtovic 2 년 전
부모
커밋
492fc22283
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      .github/workflows/build-wheels.yml

+ 2
- 0
.github/workflows/build-wheels.yml 파일 보기

@@ -23,6 +23,7 @@ jobs:
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
- uses: actions/upload-artifact@v2
with:
name: wheels
path: dist/*.whl
- name: Publish package to PyPI
# Only actually publish if a new tag was pushed
@@ -54,6 +55,7 @@ jobs:
ls dist/
- uses: actions/upload-artifact@v2
with:
name: wheels
path: dist/*.whl
- name: Publish package to PyPI
# Only actually publish if a new tag was pushed


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