Skip to content

Commit

Permalink
Use build to create sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 7, 2023
1 parent ee52fa0 commit fbfa5e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
CIBW_BEFORE_ALL: ./patch-uwsgi-packaging.sh uwsgi
CIBW_BEFORE_BUILD_MACOS: IS_MACOS=1 ./pre_build.sh
CIBW_BEFORE_BUILD_LINUX: ./pre_build.sh && (yum install -y zlib-devel || apk add zlib-dev)

- name: Create sdist
run: |
pip install -U setuptools
make sdist
rm -rf uwsgi && git submodule update --init
pipx run build --sdist --outdir dist uwsgi
- uses: actions/upload-artifact@v3
with:
name: dist
Expand Down

0 comments on commit fbfa5e3

Please sign in to comment.