瀏覽代碼

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


Loading…
取消
儲存