Skip to content

Commit fbc85bd

Browse files
committed
Update cd.yml
Correct wheel build
1 parent 23fb1b7 commit fbc85bd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: Install dev dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install -U -e .[build]
33-
mkdir dist
34-
- name: Build wheels (and sdist)
32+
pip install -U setuptools flit build twine hatchling
33+
- name: Create source distribution
3534
run: |
36-
cd dist
37-
python -m build ../
38-
cd ../
35+
python -m build -n -s
36+
- name: Build wheel
37+
run: |
38+
python -m build -n -w
3939
- name: Twine check
4040
run: |
4141
twine check dist/*

0 commit comments

Comments
 (0)