Skip to content

Commit afca634

Browse files
author
Jamie Hardt
committed
modernized build action
1 parent df9ae0f commit afca634

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,20 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install setuptools build wheel twine lxml
2019
- name: Build
21-
python -m build .
20+
uv build --wheel
2221
- name: Publish to Pypi
2322
uses: pypa/gh-action-pypi-publish@v1.13.0
2423
with:
2524
password: ${{ secrets.PYPI_APIKEY }}
26-
- name: Send Bluesky Post
27-
uses: myConsciousness/bluesky-post@v5
28-
with:
29-
text: |
30-
I've released a new version of wavinfo, my module for
31-
reading WAVE metadata.
32-
link-preview-url: ${{ github.server_url }}/${{ github.repository }}
33-
identifier: ${{ secrets.BLUESKY_APP_USER }}
34-
password: ${{ secrets.BLUESKY_APP_PASSWORD }}
35-
service: bsky.social
36-
retry-count: 1
25+
# - name: Send Bluesky Post
26+
# uses: myConsciousness/bluesky-post@v5
27+
# with:
28+
# text: |
29+
# I've released a new version of wavinfo, my module for
30+
# reading WAVE metadata.
31+
# link-preview-url: ${{ github.server_url }}/${{ github.repository }}
32+
# identifier: ${{ secrets.BLUESKY_APP_USER }}
33+
# password: ${{ secrets.BLUESKY_APP_PASSWORD }}
34+
# service: bsky.social
35+
# retry-count: 1

0 commit comments

Comments
 (0)