We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88b211d + c7b12fd commit 15ff675Copy full SHA for 15ff675
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
# env:
60
# TWINE_USERNAME: __token__
61
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
62
- linux-wheels:
+ linux:
63
runs-on: ubuntu-latest
64
strategy:
65
fail-fast: false
@@ -90,10 +90,10 @@ jobs:
90
uses: docker://quay.io/pypa/manylinux2014_x86_64
91
with:
92
args: /bin/bash scripts/make-wheels.sh
93
- - name: Setup python${{ matrix.python }}
+ - name: Setup python${{ matrix.python-version }}
94
uses: actions/setup-python@v2
95
96
- python-version: ${{ matrix.python-version }}
+ python-version: 3.9
97
# - name: Install requires
98
# run: python -m pip install twine
99
# - name: Publishing to pypi
0 commit comments