We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f4b83 commit 65ff9d0Copy full SHA for 65ff9d0
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
pip install build
28
- name: Build
29
- run: |
+ run: |
30
python -m build
31
- name: Publish package distributions to PyPI
32
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments