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
8e65011
commit e099801
Showing
1 changed file
with
8 additions
and
8 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 |
---|---|---|
|
@@ -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" | ||
|
||
|
@@ -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 | ||
|
@@ -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" | ||
|
||
|
@@ -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 | ||
|
@@ -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" | ||
|
||
|
@@ -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 | ||
|
@@ -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" | ||
|
||
|
@@ -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 | ||
|