commit | 9791a3fbc76571806d18da44515a2746fbe7cd18 | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Thu Feb 08 10:58:15 2024 -0800 |
committer | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Thu Feb 08 10:58:15 2024 -0800 |
tree | 27f86a88884682196881a6fcd12290b3c4aacdd8 | |
parent | 0ca1ed98d316dffb10d59c46a6587bbecc06b033 [diff] |
Fixup: Try to install setuptools to see if it builds c ext
diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1a12097..2d59475 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml
@@ -23,6 +23,8 @@ - name: Build run: | + python -m pip install --upgrade pip + python -m pip install setuptools cd lib/py python setup.py sdist