summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-deploy.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml
index bf0cb11..5f0f4f2 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -76,6 +76,14 @@ jobs:
- name: Build wheel
run: DISABLE_SPEEDUPS=1 python setup.py bdist_wheel
+ - name: Test sdist
+ run: |
+ mkdir tmp
+ cd tmp
+ tar zxf ../dist/simplejson-*.tar.gz
+ cd simplejson-*
+ REQUIRE_SPEEDUPS=1 python setup.py build build_ext -i test
+
- uses: actions/upload-artifact@v2
if: "github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')"
with: