From 69ebf3963e315b693d8d5afce7b08941ce92c05b Mon Sep 17 00:00:00 2001 From: Sam Lijin Date: Thu, 5 Dec 2024 13:39:10 -0800 Subject: [PATCH] upload dist --- .github/workflows/publish-python-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-python-release.yaml b/.github/workflows/publish-python-release.yaml index 1480dac85..edde0b0a0 100644 --- a/.github/workflows/publish-python-release.yaml +++ b/.github/workflows/publish-python-release.yaml @@ -43,4 +43,5 @@ jobs: - name: Publish package to PyPI uses: PyO3/maturin-action@v1 with: - command: upload \ No newline at end of file + command: upload + args: dist \ No newline at end of file