From ec20fc8b5829723023977d0b1f6ff0db1c2102c8 Mon Sep 17 00:00:00 2001 From: Stanislaw Kem Date: Mon, 9 Mar 2026 13:48:45 +0100 Subject: [PATCH 1/2] debug for upload to test --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a10c8db..8b0f871 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -168,6 +168,8 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ packages-dir: dist/ + skip-existing: true + verbose: true publish-pypi: name: Publish to PyPI @@ -189,3 +191,5 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: dist/ + skip-existing: true + verbose: true From a56535571197b72ae0949cf757a902b7acb1a81c Mon Sep 17 00:00:00 2001 From: Stanislaw Kem Date: Mon, 9 Mar 2026 14:04:17 +0100 Subject: [PATCH 2/2] Include LICENSE in maturin sdist --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 71e94dc..0f85fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,9 @@ features = ["pyo3/extension-module", "pyo3/abi3-py39"] python-source = "." module-name = "macloop._macloop" manifest-path = "python_ffi/Cargo.toml" +include = [ + { path = "LICENSE", format = "sdist" }, +] [dependency-groups] dev = [