We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc5eec commit 45c7cf6Copy full SHA for 45c7cf6
.github/workflows/ci-cd.yml
@@ -92,7 +92,7 @@ jobs:
92
python-version: '3.11'
93
94
- name: Install build tools
95
- run: python3 -m pip install --break-system-packagesbuild twine
+ run: python3 -m pip install --break-system-packages build twine
96
97
- name: Build source and wheel distributions
98
run: python3 -m build .
0 commit comments