Skip to content

Commit

Permalink
feat: add PDM distribution setting to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Feb 3, 2025
1 parent b0bc957 commit a8993b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
# Initialize PDM project
pdm init -n
# Enable distribution in pyproject.toml
echo -e "\n[tool.pdm]\ndistribution = true" >> pyproject.toml
# Build wheel with bundled dependencies
pdm build --no-sdist
Expand Down

0 comments on commit a8993b8

Please sign in to comment.