File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments