From 439ad80ed2627bb2a0da9b3270dd4f0c141f4c05 Mon Sep 17 00:00:00 2001 From: kclowes Date: Mon, 27 Nov 2023 14:34:45 -0700 Subject: [PATCH] Remove --sdist flag from maturin publish command --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8243559..47d6803 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -124,4 +124,4 @@ jobs: if: startsWith(github.ref, 'refs/tags/') env: MATURIN_PASSWORD: ${{ secrets.PYPI }} - run: maturin publish --sdist --username __token__ --interpreter python + run: maturin publish --username __token__ --interpreter python