1 parent 23fb1b7 commit fbc85bdCopy full SHA for fbc85bd
1 file changed
.github/workflows/cd.yml
@@ -29,13 +29,13 @@ jobs:
29
- name: Install dev dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install -U -e .[build]
33
- mkdir dist
34
- - name: Build wheels (and sdist)
+ pip install -U setuptools flit build twine hatchling
+ - name: Create source distribution
35
36
- cd dist
37
- python -m build ../
38
- cd ../
+ python -m build -n -s
+ - name: Build wheel
+ run: |
+ python -m build -n -w
39
- name: Twine check
40
41
twine check dist/*
0 commit comments