Skip to content

Commit b84ca27

Browse files
committed
Enable Limited API support for wheel build in pull request workflow
1 parent dbc562b commit b84ca27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ jobs:
518518
cd ..
519519
- name: Build
520520
run: |
521-
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel
521+
Py_LIMITED_API=1 /opt/python/cp39-cp39/bin/python setup.py bdist_wheel
522522
tar -zcvf /artifacts/build.tgz build/*
523523
cp -r dist /artifacts/
524524
- name: Test

0 commit comments

Comments
 (0)