FIX: Add source files for alpine
This commit is contained in:
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
@@ -117,7 +117,7 @@ jobs:
|
|||||||
MATURIN_REPOSITORY_URL: "https://test.pypi.org/legacy/"
|
MATURIN_REPOSITORY_URL: "https://test.pypi.org/legacy/"
|
||||||
with:
|
with:
|
||||||
command: upload
|
command: upload
|
||||||
args: "--skip-existing **/*.whl"
|
args: "--skip-existing **/*.whl **/*.tar.gz"
|
||||||
working-directory: bindings/python
|
working-directory: bindings/python
|
||||||
|
|
||||||
publish-pypi:
|
publish-pypi:
|
||||||
@@ -137,5 +137,5 @@ jobs:
|
|||||||
MATURIN_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
|
MATURIN_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
|
||||||
with:
|
with:
|
||||||
command: upload
|
command: upload
|
||||||
args: "--skip-existing **/*.whl"
|
args: "--skip-existing **/*.whl **/*.tar.gz"
|
||||||
working-directory: bindings/python
|
working-directory: bindings/python
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -783,7 +783,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pyroncalc"
|
name = "pyroncalc"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitcode",
|
"bitcode",
|
||||||
"ironcalc",
|
"ironcalc",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pyroncalc"
|
name = "pyroncalc"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "ironcalc"
|
name = "ironcalc"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
description = "Create, edit and evaluate Excel spreadsheets"
|
description = "Create, edit and evaluate Excel spreadsheets"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
keywords = [
|
keywords = [
|
||||||
|
|||||||
Reference in New Issue
Block a user