Fix publishing
This commit is contained in:
parent
0ab0e2e860
commit
59284d00f9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/check.yml
vendored
8
.github/workflows/check.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue