Skip to content

Commit

Permalink
More build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Oct 25, 2023
1 parent 8e65011 commit e099801
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python
uses: actions/setup-python@v4
with:
python-version: "3.11"

Expand All @@ -54,7 +54,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

- uses: actions/upload-artifact
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
name: wheels
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python
uses: actions/setup-python@v4
with:
python-version: "3.11"

Expand All @@ -109,7 +109,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

- uses: actions/upload-artifact
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
name: wheels
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python
uses: actions/setup-python@v4
with:
python-version: "3.11"

Expand All @@ -164,7 +164,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

- uses: actions/upload-artifac
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
name: wheels
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python
uses: actions/setup-python@v4
with:
python-version: "3.11"

Expand All @@ -219,7 +219,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

- uses: actions/upload-artifact
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
name: wheels
Expand Down

0 comments on commit e099801

Please sign in to comment.