FIX: Add source files for alpine

This commit is contained in:
Nicolás Hatcher
2025-06-02 21:37:38 +02:00
parent 7bf36959ca
commit 8c5fe019b8
4 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ jobs:
MATURIN_REPOSITORY_URL: "https://test.pypi.org/legacy/"
with:
command: upload
args: "--skip-existing **/*.whl"
args: "--skip-existing **/*.whl **/*.tar.gz"
working-directory: bindings/python
publish-pypi:
@@ -137,5 +137,5 @@ jobs:
MATURIN_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
with:
command: upload
args: "--skip-existing **/*.whl"
args: "--skip-existing **/*.whl **/*.tar.gz"
working-directory: bindings/python

2
Cargo.lock generated
View File

@@ -783,7 +783,7 @@ dependencies = [
[[package]]
name = "pyroncalc"
version = "0.5.3"
version = "0.5.4"
dependencies = [
"bitcode",
"ironcalc",

View File

@@ -1,6 +1,6 @@
[package]
name = "pyroncalc"
version = "0.5.3"
version = "0.5.4"
edition = "2021"

View File

@@ -1,6 +1,6 @@
[project]
name = "ironcalc"
version = "0.5.3"
version = "0.5.4"
description = "Create, edit and evaluate Excel spreadsheets"
requires-python = ">=3.10"
keywords = [