From 8a8d1f0cd522782f947f5cd3797dec2553c176b4 Mon Sep 17 00:00:00 2001 From: Ben Jourdan Date: Fri, 8 Nov 2024 17:54:38 +0000 Subject: [PATCH] added release dependencies to pyproject --- .github/workflows/pypi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ad3ec43..222c228 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -171,6 +171,8 @@ jobs: uses: actions/attest-build-provenance@v1 with: subject-path: 'wheels-*/*' + - name: List files in working directory + run: ls -la - name: Publish to PyPI if: "startsWith(github.ref, 'refs/tags/')" uses: PyO3/maturin-action@v1 @@ -179,3 +181,4 @@ jobs: with: command: upload args: --non-interactive --skip-existing wheels-*/* + working-directory: ./