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 15d4f1b commit 4dbb137Copy full SHA for 4dbb137
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
name: dist-sdist
94
path: dist
95
96
- build_none:
+ build_no_ext:
97
runs-on: ubuntu-latest
98
environment: release
99
steps:
@@ -107,7 +107,7 @@ jobs:
107
- name: Install dependencies
108
run: poetry install --only main --only test --only typing --only build
109
- name: Run poetry build
110
- run: poetry build
+ run: poetry build -f wheel
111
- name: Upload no-ext wheel
112
uses: actions/upload-artifact@v4
113
with:
0 commit comments