Merge pull request #7 from iFA88/patch

Update build.yml
This commit is contained in:
iFA 2021-08-26 11:36:25 +02:00 committed by GitHub
commit 15ff6757af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ jobs:
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
linux-wheels:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
@ -90,10 +90,10 @@ jobs:
uses: docker://quay.io/pypa/manylinux2014_x86_64
with:
args: /bin/bash scripts/make-wheels.sh
- name: Setup python${{ matrix.python }}
- name: Setup python${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.9
# - name: Install requires
# run: python -m pip install twine
# - name: Publishing to pypi