FIX: Fixes for the CI builds
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
26b20eea43
commit
5c13f241c6
8
.github/workflows/pypi.yml
vendored
8
.github/workflows/pypi.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
manylinux: auto
|
manylinux: auto
|
||||||
working-directory: bindings/python
|
working-directory: bindings/python
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: wheels
|
||||||
path: bindings/python/dist
|
path: bindings/python/dist
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
sccache: 'true'
|
sccache: 'true'
|
||||||
working-directory: bindings/python
|
working-directory: bindings/python
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: wheels
|
||||||
path: bindings/python/dist
|
path: bindings/python/dist
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
sccache: 'true'
|
sccache: 'true'
|
||||||
working-directory: bindings/python
|
working-directory: bindings/python
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: wheels
|
||||||
path: bindings/python/dist
|
path: bindings/python/dist
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
args: --out dist
|
args: --out dist
|
||||||
working-directory: bindings/python
|
working-directory: bindings/python
|
||||||
- name: Upload sdist
|
- name: Upload sdist
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: wheels
|
||||||
path: bindings/python/dist
|
path: bindings/python/dist
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ironcalc/nodejs",
|
"name": "@ironcalc/nodejs",
|
||||||
"version": "0.3.1",
|
"version": "0.5.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"napi": {
|
"napi": {
|
||||||
|
|||||||
Reference in New Issue
Block a user