Ver código fonte

Update Linux wheel build script, part 2

tags/v0.6.1
Ben Kurtovic 3 anos atrás
pai
commit
dd6d0c9b3b
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      .github/workflows/build-linux-wheels.yml

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

@@ -11,6 +11,7 @@ jobs:
uses: RalfG/python-wheels-manylinux-build@e645ea95dae94f606ab25f95f44d3a2caf55764c
with:
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
pip-wheel-args: '-w ./wheelhouse --no-deps'
- name: Move to dist/
run: |
mkdir -p dist


Carregando…
Cancelar
Salvar