We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c249184 commit 0e27625Copy full SHA for 0e27625
.github/workflows/publish.yml
@@ -42,5 +42,10 @@ jobs:
42
permissions:
43
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
44
steps:
45
- - name: Publish package distributions to PyPI
46
- uses: pypa/gh-action-pypi-publish@release/v1
+ - name: build
+ run: |
47
+ python -m pip install build
48
+ python -m pip install --upgrade build
49
+ python -m build
50
+ - name: Publish package distributions to PyPI
51
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments