summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-02-05 11:02:33 -0800
committerBob Ippolito <bob@redivi.com>2023-02-05 11:02:33 -0800
commita010b32bf0a7c6102d9fc4202b65b5fd37be2ce0 (patch)
tree6998bb9dc56cb4241dddb8a18ea1812def7c4d03
parent3725e4eeaf0dfc2a13496e5b78d44846e1a6a555 (diff)
downloadsimplejson-a010b32bf0a7c6102d9fc4202b65b5fd37be2ce0.tar.gz
RE #309 test the sdist
-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: