Skip to content

Commit

Permalink
Fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 21, 2024
1 parent bcc90e0 commit 325e89e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:

- name: Build SDist
run: |
sudo apt update && apt install git build-essential -y
cd libmdbx && make dist
python3 -m pip install -U pip build
python3 -m build --sdist
Expand Down

0 comments on commit 325e89e

Please sign in to comment.