Fix python publishing

This commit is contained in:
Andras Schmelczer 2026-03-12 07:41:25 +00:00
parent 6aa7ebf29d
commit 40b18721ad
4 changed files with 72 additions and 22 deletions

View file

@ -145,6 +145,9 @@ jobs:
with:
python-version: '3.x'
- name: Copy README
run: cp README.md reconcile-python/
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
@ -165,6 +168,9 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Copy README
run: cp README.md reconcile-python/
- uses: PyO3/maturin-action@v1
with:
command: sdist