Skip to content

Commit d568cd7

Browse files
authored
Update pypi-publish.yml
1 parent 76d6356 commit d568cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
pip install build
4141
- name: Build package
42-
run: python -m build
42+
run: python build_package.py
4343
- name: Publish package
4444
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
4545
with:

0 commit comments

Comments
 (0)