Skip to content

Commit 6880759

Browse files
authored
Fix pypi package release
1 parent 03453f8 commit 6880759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
environment-file: binder/environment.yml
2727
- name: Build
2828
shell: bash -l {0}
29-
run: hatch build -t sdist -t wheel
29+
run: hatchling build -t sdist -t wheel
3030
- name: Publish distribution 📦 to PyPI
3131
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
33-
packages-dir: python_workflow_definition/dist/
33+
packages-dir: python_workflow_definition/dist/

0 commit comments

Comments
 (0)