From 9776aef369755ad2283ec1fdccea13dfbc4b9d4d Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Fri, 22 Jan 2021 09:02:24 -0700 Subject: [PATCH] FIX: Adding sdist into the release CI --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 413f128fe..80e93e961 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: conda install $PACKAGES - name: Create sdist - run: python setup.py + run: python setup.py sdist - name: Publish Package uses: pypa/gh-action-pypi-publish@master