mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
925bf4f8a6 | ||
|
|
e98ba0bf07 | ||
| afca634dc3 | |||
|
|
df9ae0f4d6 | ||
|
|
2f23bcb982 | ||
|
|
afe5ea9ed3 |
32
.github/workflows/pythonpublish.yml
vendored
32
.github/workflows/pythonpublish.yml
vendored
@@ -16,21 +16,25 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install setuptools build wheel twine lxml
|
- 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
|
- name: Build
|
||||||
python -m build .
|
run: |
|
||||||
|
uv build --wheel
|
||||||
- name: Publish to Pypi
|
- name: Publish to Pypi
|
||||||
uses: pypa/gh-action-pypi-publish@v1.12.2
|
uses: pypa/gh-action-pypi-publish@v1.13.0
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_APIKEY }}
|
password: ${{ secrets.PYPI_APIKEY }}
|
||||||
- name: Send Bluesky Post
|
# - name: Send Bluesky Post
|
||||||
uses: myConsciousness/bluesky-post@v5
|
# uses: myConsciousness/bluesky-post@v5
|
||||||
with:
|
# with:
|
||||||
text: |
|
# text: |
|
||||||
I've released a new version of wavinfo, my module for
|
# I've released a new version of wavinfo, my module for
|
||||||
reading WAVE metadata.
|
# reading WAVE metadata.
|
||||||
link-preview-url: ${{ github.server_url }}/${{ github.repository }}
|
# link-preview-url: ${{ github.server_url }}/${{ github.repository }}
|
||||||
identifier: ${{ secrets.BLUESKY_APP_USER }}
|
# identifier: ${{ secrets.BLUESKY_APP_USER }}
|
||||||
password: ${{ secrets.BLUESKY_APP_PASSWORD }}
|
# password: ${{ secrets.BLUESKY_APP_PASSWORD }}
|
||||||
service: bsky.social
|
# service: bsky.social
|
||||||
retry-count: 1
|
# retry-count: 1
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "wavinfo"
|
name = "wavinfo"
|
||||||
version = "3.1.1"
|
version = "4.0.0"
|
||||||
description = "Probe WAVE files for all metadata"
|
description = "Probe WAVE files for all metadata"
|
||||||
authors = [{ name = "Jamie Hardt", email = "jamiehardt@me.com"}]
|
authors = [{ name = "Jamie Hardt", email = "jamiehardt@me.com"}]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user