Fix publishing

This commit is contained in:
Andras Schmelczer 2026-03-11 22:44:39 +00:00
parent 0ab0e2e860
commit 59284d00f9

View file

@ -74,6 +74,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
steps:
- uses: actions/checkout@v6
@ -115,9 +117,7 @@ jobs:
run: |
cd reconcile-js
cp ../README.md .
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
npm publish --provenance --access public
build-python-wheels:
needs: build
@ -147,7 +147,7 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
args: --release --out dist --find-interpreter
manylinux: auto
working-directory: reconcile-python