Skip to content

Commit a9eacc0

Browse files
committed
build and publish a wheel
1 parent e6ce841 commit a9eacc0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Build package
3232
run: |
33-
python -m build --sdist
33+
python -m build
3434
3535
- name: Check metadata
3636
run: twine check dist/*
@@ -60,4 +60,3 @@ jobs:
6060
with:
6161
name: "v${{ steps.get_version.outputs.version }}"
6262
body: "Notes: https://python-cmake.github.io/pytest-cmake/release/release_notes.html"
63-

0 commit comments

Comments
 (0)