mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Merge branch 'master' of https://github.com/iluvcapra/wavinfo
This commit is contained in:
5
.github/workflows/pythonpublish.yml
vendored
5
.github/workflows/pythonpublish.yml
vendored
@@ -16,7 +16,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
- name: Setup uv and Handle Its Cache
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817
|
||||
uses: hynek/setup-cached-uv@v2.3.0
|
||||
- name: Build
|
||||
run: |
|
||||
uv build --wheel
|
||||
- name: Publish to Pypi
|
||||
uses: pypa/gh-action-pypi-publish@v1.13.0
|
||||
|
||||
Reference in New Issue
Block a user