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 db7fbc7 commit c0d2f62Copy full SHA for c0d2f62
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install setuptools wheel twine
+ pip install setuptools wheel twine build
25
- name: Release
26
if: ${{ steps.regex-match.outputs.match != '' }}
27
uses: softprops/action-gh-release@v2
0 commit comments