From b21987feef531835998c1f46f744bcb48d19f9bc Mon Sep 17 00:00:00 2001 From: Erik Heeren Date: Fri, 6 Dec 2024 10:57:04 +0100 Subject: [PATCH] Add sdist to the artifacts so we can publish it too --- .github/workflows/publish_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_wheels.yml b/.github/workflows/publish_wheels.yml index f351dd82..b9ab7c77 100644 --- a/.github/workflows/publish_wheels.yml +++ b/.github/workflows/publish_wheels.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: wheels-${{ matrix.python_version }}-${{ strategy.job-index }} - path: ./dist/*.whl + path: ./dist/* pypi-publish: runs-on: ubuntu-22.04 needs: [wheel]