diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1d16b7b..1a12e59 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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