From ab28abcbf0c2e98ed9561c5255efade5866af132 Mon Sep 17 00:00:00 2001 From: Sam Lijin Date: Thu, 5 Dec 2024 13:42:43 -0800 Subject: [PATCH] upload wheels --- .github/workflows/publish-python-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-python-release.yaml b/.github/workflows/publish-python-release.yaml index dadea1d3b..27eed351d 100644 --- a/.github/workflows/publish-python-release.yaml +++ b/.github/workflows/publish-python-release.yaml @@ -48,4 +48,4 @@ jobs: uses: PyO3/maturin-action@v1 with: command: upload - args: dist \ No newline at end of file + args: dist/* \ No newline at end of file