Skip to content

Commit 4dbb137

Browse files
Secrusashb
authored andcommitted
Remove unnecessary duplicated sdist build
1 parent 15d4f1b commit 4dbb137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
name: dist-sdist
9494
path: dist
9595

96-
build_none:
96+
build_no_ext:
9797
runs-on: ubuntu-latest
9898
environment: release
9999
steps:
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install dependencies
108108
run: poetry install --only main --only test --only typing --only build
109109
- name: Run poetry build
110-
run: poetry build
110+
run: poetry build -f wheel
111111
- name: Upload no-ext wheel
112112
uses: actions/upload-artifact@v4
113113
with:

0 commit comments

Comments
 (0)