Skip to content

Commit

Permalink
CI(full): Fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 21, 2024
1 parent eba1023 commit 822149d
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 @@ -152,7 +152,7 @@ jobs:

- name: Build SDist
run: |
sudo apt update && apt install git build-essential -y
sudo apt update && sudo 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 822149d

Please sign in to comment.