mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Fixed publish to Bluesky worksflow
This commit is contained in:
11
.github/workflows/pythonpublish.yml
vendored
11
.github/workflows/pythonpublish.yml
vendored
@@ -17,13 +17,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install setuptools build wheel twine lxml
|
pip install setuptools build wheel twine lxml
|
||||||
- name: Build and publish
|
- name: Build
|
||||||
env:
|
|
||||||
TWINE_USERNAME: __token__
|
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
|
|
||||||
run: |
|
|
||||||
python -m build .
|
python -m build .
|
||||||
twine upload dist/*
|
- name: Publish to Pypi
|
||||||
|
uses: pypa/gh-action-pypi-publish@v1.12.2
|
||||||
|
with:
|
||||||
|
password: ${{ secrets.PYPI_APIKEY }}
|
||||||
- name: Send Bluesky Post
|
- name: Send Bluesky Post
|
||||||
uses: myConsciousness/bluesky-post@v5
|
uses: myConsciousness/bluesky-post@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user