We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03453f8 commit 6880759Copy full SHA for 6880759
1 file changed
.github/workflows/pypi.yml
@@ -26,8 +26,8 @@ jobs:
26
environment-file: binder/environment.yml
27
- name: Build
28
shell: bash -l {0}
29
- run: hatch build -t sdist -t wheel
+ run: hatchling build -t sdist -t wheel
30
- name: Publish distribution 📦 to PyPI
31
uses: pypa/gh-action-pypi-publish@release/v1
32
with:
33
- packages-dir: python_workflow_definition/dist/
+ packages-dir: python_workflow_definition/dist/
0 commit comments