Skip to content

Commit c0d2f62

Browse files
committed
Release 20250625
1 parent db7fbc7 commit c0d2f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools wheel twine
24+
pip install setuptools wheel twine build
2525
- name: Release
2626
if: ${{ steps.regex-match.outputs.match != '' }}
2727
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)