Skip to content

Commit

Permalink
hotfix to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 29, 2020
1 parent a2293b0 commit 77a6404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
run: twine upload dist/* --verbose
install:
name: test wheel installation in Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: deploy
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
python-version: [ 3.8 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 77a6404

Please sign in to comment.