From c259056f9bf9803b96f32a868660a1c4a37370b4 Mon Sep 17 00:00:00 2001 From: Timo Sachsenberg Date: Thu, 3 Feb 2022 09:39:31 +0100 Subject: [PATCH] create source distribution sdist --- .github/workflows/release-autowrap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-autowrap.yaml b/.github/workflows/release-autowrap.yaml index d4eff812..f1efea4a 100644 --- a/.github/workflows/release-autowrap.yaml +++ b/.github/workflows/release-autowrap.yaml @@ -30,10 +30,10 @@ jobs: run: | python -m pip install wheel - - name: Build wheel + - name: Build wheel and source distribution run: | - python setup.py bdist_wheel - + python setup.py bdist_wheel sdist + - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@master with: