mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
modernized build action
This commit is contained in:
25
.github/workflows/pythonpublish.yml
vendored
25
.github/workflows/pythonpublish.yml
vendored
@@ -16,21 +16,20 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools build wheel twine lxml
|
||||
- name: Build
|
||||
python -m build .
|
||||
uv build --wheel
|
||||
- name: Publish to Pypi
|
||||
uses: pypa/gh-action-pypi-publish@v1.13.0
|
||||
with:
|
||||
password: ${{ secrets.PYPI_APIKEY }}
|
||||
- name: Send Bluesky Post
|
||||
uses: myConsciousness/bluesky-post@v5
|
||||
with:
|
||||
text: |
|
||||
I've released a new version of wavinfo, my module for
|
||||
reading WAVE metadata.
|
||||
link-preview-url: ${{ github.server_url }}/${{ github.repository }}
|
||||
identifier: ${{ secrets.BLUESKY_APP_USER }}
|
||||
password: ${{ secrets.BLUESKY_APP_PASSWORD }}
|
||||
service: bsky.social
|
||||
retry-count: 1
|
||||
# - name: Send Bluesky Post
|
||||
# uses: myConsciousness/bluesky-post@v5
|
||||
# with:
|
||||
# text: |
|
||||
# I've released a new version of wavinfo, my module for
|
||||
# reading WAVE metadata.
|
||||
# link-preview-url: ${{ github.server_url }}/${{ github.repository }}
|
||||
# identifier: ${{ secrets.BLUESKY_APP_USER }}
|
||||
# password: ${{ secrets.BLUESKY_APP_PASSWORD }}
|
||||
# service: bsky.social
|
||||
# retry-count: 1
|
||||
|
||||
Reference in New Issue
Block a user