We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0263a53 commit 3830a3bCopy full SHA for 3830a3b
.github/workflows/pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
shell: bash -l {0}
27
run: |
28
cd python_workflow_definition
29
- hatch build
+ hatch build -t sdist -t wheel
30
- name: Publish distribution 📦 to PyPI
31
uses: pypa/gh-action-pypi-publish@release/v1
32
with:
0 commit comments