Skip to content

Commit 15ff675

Browse files
authored
Merge pull request twmht#7 from iFA88/patch
Update build.yml
2 parents 88b211d + c7b12fd commit 15ff675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# env:
6060
# TWINE_USERNAME: __token__
6161
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
62-
linux-wheels:
62+
linux:
6363
runs-on: ubuntu-latest
6464
strategy:
6565
fail-fast: false
@@ -90,10 +90,10 @@ jobs:
9090
uses: docker://quay.io/pypa/manylinux2014_x86_64
9191
with:
9292
args: /bin/bash scripts/make-wheels.sh
93-
- name: Setup python${{ matrix.python }}
93+
- name: Setup python${{ matrix.python-version }}
9494
uses: actions/setup-python@v2
9595
with:
96-
python-version: ${{ matrix.python-version }}
96+
python-version: 3.9
9797
# - name: Install requires
9898
# run: python -m pip install twine
9999
# - name: Publishing to pypi

0 commit comments

Comments
 (0)