forked from jcrobak/parquet-python
-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb545a5
commit 0d27573
Showing
4 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.11" | ||
|
||
|
@@ -50,15 +50,15 @@ jobs: | |
|
||
- name: Add msbuild to PATH | ||
if: runner.os == 'Windows' | ||
uses: microsoft/setup-msbuild@v1.3 | ||
uses: microsoft/setup-msbuild@v2 | ||
|
||
- name: delvewheel install | ||
if: runner.os == 'Windows' | ||
run: | | ||
python -m pip install delvewheel cython | ||
- name: Build wheels | ||
uses: joerick/[email protected].2 | ||
uses: joerick/[email protected].5 | ||
|
||
- name: Install wheels | ||
shell: bash -l {0} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.11" | ||
|
||
|
@@ -44,17 +44,17 @@ jobs: | |
|
||
- name: Add msbuild to PATH | ||
if: runner.os == 'Windows' | ||
uses: microsoft/setup-msbuild@v1 | ||
uses: microsoft/setup-msbuild@v2 | ||
|
||
- name: delvewheel install | ||
if: runner.os == 'Windows' | ||
run: | | ||
python -m pip install delvewheel cython | ||
- name: Build wheels | ||
uses: joerick/[email protected].2 | ||
uses: joerick/[email protected].5 | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
path: ./wheelhouse/*.whl | ||
name: wheels | ||
|
@@ -87,7 +87,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.11" | ||
|
||
|
@@ -99,17 +99,17 @@ jobs: | |
|
||
- name: Add msbuild to PATH | ||
if: runner.os == 'Windows' | ||
uses: microsoft/setup-msbuild@v1 | ||
uses: microsoft/setup-msbuild@v2 | ||
|
||
- name: delvewheel install | ||
if: runner.os == 'Windows' | ||
run: | | ||
python -m pip install delvewheel cython | ||
- name: Build wheels | ||
uses: joerick/[email protected].2 | ||
uses: joerick/[email protected].5 | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
path: ./wheelhouse/*.whl | ||
name: wheels | ||
|
@@ -142,7 +142,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.11" | ||
|
||
|
@@ -154,17 +154,17 @@ jobs: | |
|
||
- name: Add msbuild to PATH | ||
if: runner.os == 'Windows' | ||
uses: microsoft/setup-msbuild@v1 | ||
uses: microsoft/setup-msbuild@v2 | ||
|
||
- name: delvewheel install | ||
if: runner.os == 'Windows' | ||
run: | | ||
python -m pip install delvewheel cython | ||
- name: Build wheels | ||
uses: joerick/[email protected].2 | ||
uses: joerick/[email protected].5 | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
path: ./wheelhouse/*.whl | ||
name: wheels | ||
|
@@ -197,9 +197,9 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.11" | ||
python-version: "3.12" | ||
|
||
- name: Set up QEMU | ||
if: runner.os == 'Linux' | ||
|
@@ -209,17 +209,17 @@ jobs: | |
|
||
- name: Add msbuild to PATH | ||
if: runner.os == 'Windows' | ||
uses: microsoft/setup-msbuild@v1 | ||
uses: microsoft/setup-msbuild@v2 | ||
|
||
- name: delvewheel install | ||
if: runner.os == 'Windows' | ||
run: | | ||
python -m pip install delvewheel cython | ||
- name: Build wheels | ||
uses: joerick/[email protected].2 | ||
uses: joerick/[email protected].5 | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
path: ./wheelhouse/*.whl | ||
name: wheels | ||
|
@@ -246,14 +246,14 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.11" | ||
|
||
- name: Build wheels | ||
uses: joerick/[email protected].2 | ||
uses: joerick/[email protected].5 | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
path: ./wheelhouse/*.whl | ||
name: wheels |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters