mirror of
https://github.com/markqvist/LXST.git
synced 2026-04-27 14:20:39 +00:00
Sync upstream
This commit is contained in:
parent
eefc35c2f8
commit
906b3612d3
1 changed files with 4 additions and 4 deletions
8
.github/workflows/native_libs.yml
vendored
8
.github/workflows/native_libs.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
python setup.py bdist_wheel
|
||||
|
||||
- name: Upload wheel artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-wheels-${{ matrix.python-version }}
|
||||
path: dist/*.whl
|
||||
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
python setup.py bdist_wheel
|
||||
|
||||
- name: Upload wheel artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-x86_64-wheels-${{ matrix.python-version }}
|
||||
path: dist/*.whl
|
||||
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
python setup.py bdist_wheel
|
||||
|
||||
- name: Upload wheel artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-arm64-wheels-${{ matrix.python-version }}
|
||||
path: dist/*.whl
|
||||
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: ./artifacts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue