Release 20250625

This commit is contained in:
Jong Wook Kim 2025-06-25 18:05:47 -07:00
parent db7fbc75fe
commit c0d2f624c0

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine build
- name: Release
if: ${{ steps.regex-match.outputs.match != '' }}
uses: softprops/action-gh-release@v2