Skip to content

Commit

Permalink
CI(full): Fix Fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 21, 2024
1 parent 822149d commit 223823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Build SDist
run: |
sudo apt update && sudo apt install git build-essential -y
cd libmdbx && make dist
cd libmdbx && make dist && cd ..
python3 -m pip install -U pip build
python3 -m build --sdist
Expand Down

0 comments on commit 223823d

Please sign in to comment.