Skip to content

Commit

Permalink
fix: correct pdm import command format
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Jan 31, 2025
1 parent 6e00664 commit d3d0f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build wheel with dependencies
run: |
# Convert poetry project to pdm
pdm import poetry pyproject.toml
pdm import -f poetry pyproject.toml
# Build wheel with bundled dependencies
pdm build --no-sdist --wheel --bundle-dependencies
Expand Down

0 comments on commit d3d0f46

Please sign in to comment.