modernized build action

This commit is contained in:
2025-10-09 22:44:58 -07:00
parent df9ae0f4d6
commit afca634dc3

View File

@@ -16,21 +16,20 @@ 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: Build - name: Build
python -m build . uv build --wheel
- name: Publish to Pypi - name: Publish to Pypi
uses: pypa/gh-action-pypi-publish@v1.13.0 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