Fix publishing

This commit is contained in:
Andras Schmelczer 2026-03-12 21:15:40 +00:00
parent f661e1d6f9
commit 77e5fc07d3

View file

@ -86,7 +86,6 @@ jobs:
with:
node-version: '22.x'
check-latest: true
registry-url: 'https://registry.npmjs.org'
- name: Cache Rust dependencies
uses: actions/cache@v5
@ -118,7 +117,7 @@ jobs:
run: |
cd reconcile-js
cp ../README.md .
npm publish --provenance --access public
npm publish --access public
build-python-wheels:
needs: build