Ver código fonte

Congruity in GH Actions step names

tags/v0.6.4
Ben Kurtovic 2 anos atrás
pai
commit
492fc22283
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      .github/workflows/build-wheels.yml

+ 2
- 0
.github/workflows/build-wheels.yml Ver arquivo

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


Carregando…
Cancelar
Salvar