We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d296049 commit 70d76c6Copy full SHA for 70d76c6
.github/workflows/main.yml
@@ -87,9 +87,10 @@ jobs:
87
- name: Run the tests
88
run: |
89
make -j2 test
90
- - name: Check that we can still install
+ - name: Build and install from an sdist
91
92
- pip install .
+ python setup.py sdist
93
+ pip install dist/libpy-*.tar.gz
94
- name: Check that docs can be built
95
# note we don't build this on macOS because the GHA python is built with
96
# the wrong version of macOS, confusing clang.
0 commit comments