Skip to content

Commit

Permalink
Update workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmcaus committed Nov 20, 2020
1 parent 2a9c421 commit ef25a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
py-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.py-version }}
uses: actions/setup-python@v2
with:
architecture: 'x64'
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.py-version }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit ef25a2d

Please sign in to comment.