We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d6356 commit d568cd7Copy full SHA for d568cd7
.github/workflows/pypi-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
pip install build
41
- name: Build package
42
- run: python -m build
+ run: python build_package.py
43
- name: Publish package
44
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
45
with:
0 commit comments