Skip to content

Commit

Permalink
fixed up build gha
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 17, 2024
1 parent ebc5eec commit 45c7cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
python-version: '3.11'

- name: Install build tools
run: python3 -m pip install --break-system-packagesbuild twine
run: python3 -m pip install --break-system-packages build twine

- name: Build source and wheel distributions
run: python3 -m build .
Expand Down

0 comments on commit 45c7cf6

Please sign in to comment.