There was an error while loading. Please reload this page.
1 parent 1a6e920 commit 383f8a4Copy full SHA for 383f8a4
.github/workflows/pypi-release.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Build wheel
64
run: |
65
- cd ${{ steps.parse_tag.outputs.package_path }}
+ cd ${{ steps.parse_tag.outputs.path }}
66
hatch version "${{ steps.parse_tag.outputs.version }}"
67
hatch build
68
0 commit comments