diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 509c06f8..3db7ac40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -187,6 +187,13 @@ jobs: ./bin/prepare-sdist.sh make build-sdist + - name: Store source distribution + uses: actions/upload-artifact@v4 + with: + name: sdist + path: dist/*.tar.gz + if-no-files-found: error + publish: runs-on: ubuntu-20.04 name: Publish wheels, and source to PyPi