Skip to content

Commit 3830a3b

Browse files
committed
build sdist and wheel
1 parent 0263a53 commit 3830a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash -l {0}
2727
run: |
2828
cd python_workflow_definition
29-
hatch build
29+
hatch build -t sdist -t wheel
3030
- name: Publish distribution 📦 to PyPI
3131
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:

0 commit comments

Comments
 (0)