Update build.yml

This commit is contained in:
iFA 2021-08-26 11:33:15 +02:00 committed by GitHub
parent ac6b06bf1c
commit c7b12fd4eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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