Skip to content

Commit 69855b5

Browse files
authored
Update release.yml
1 parent 3f822a8 commit 69855b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@ jobs:
1717
id-token: write
1818

1919
steps:
20+
- name: Build a binary wheel
21+
run: >-
22+
python setup.py sdist bdist_wheel
23+
2024
- name: Publish distribution 📦 to PyPI
2125
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)