Skip to content

Commit 327afb5

Browse files
dimblebyjulien-duponchelle
authored andcommitted
publish a wheel
1 parent 8a25530 commit 327afb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
pip install
1919
build
2020
--user
21-
- name: Build a source tarball
21+
- name: Build distributions
2222
run: >-
2323
python3 -m
2424
build
25-
--sdist
2625
--outdir dist/
2726
- name: Publish distribution 📦 to PyPI
2827
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)