Skip to content

Commit

Permalink
add --break-system-packages flag to fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
ameraner committed Oct 11, 2024
1 parent d03eabc commit 601e50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Create sdist
shell: bash -l {0}
run: python3 -m pip install build; python -m build
run: python -m pip install --break-system-packages build; python -m build

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 601e50d

Please sign in to comment.