Skip to content

Commit aea1dfe

Browse files
authored
Fix PyPI publish action (#2730)
## Changes Use `make build` instead of `make dist` for PyPI publishing ## Why `make dist` doesn't exist
1 parent 5ea3cf1 commit aea1dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185

186186
- name: Build wheel
187187
working-directory: experimental/python
188-
run: make dist
188+
run: make build
189189

190190
- name: Publish package distributions to PyPI
191191
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)