Update build.yml
This commit is contained in:
parent
ac6b06bf1c
commit
c7b12fd4eb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
||||||
# env:
|
# env:
|
||||||
# TWINE_USERNAME: __token__
|
# TWINE_USERNAME: __token__
|
||||||
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||||
linux-wheels:
|
linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -90,10 +90,10 @@ jobs:
|
||||||
uses: docker://quay.io/pypa/manylinux2014_x86_64
|
uses: docker://quay.io/pypa/manylinux2014_x86_64
|
||||||
with:
|
with:
|
||||||
args: /bin/bash scripts/make-wheels.sh
|
args: /bin/bash scripts/make-wheels.sh
|
||||||
- name: Setup python${{ matrix.python }}
|
- name: Setup python${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: 3.9
|
||||||
# - name: Install requires
|
# - name: Install requires
|
||||||
# run: python -m pip install twine
|
# run: python -m pip install twine
|
||||||
# - name: Publishing to pypi
|
# - name: Publishing to pypi
|
||||||
|
|
Loading…
Reference in a new issue