Skip to content

Commit

Permalink
change build wheels workflow to operate on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Apr 25, 2022
1 parent 8200124 commit 5f916cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: 'develop'
ref: 'master'

- name: Setup Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: 'develop'
ref: 'master'

- name: Setup Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: 'develop'
ref: 'master'

- name: Setup Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 5f916cd

Please sign in to comment.