diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b92516a..4855489 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: npm install - name: Build a binary wheel and a source tarball run: | - npm build + npm run build poetry build - name: Publish distribution 📦 to Test PyPI run: poetry publish --repository testpypi --username __token__ --password ${{ secrets.PYPI_API_TEST_TOKEN }}