Skip to content

Commit

Permalink
Fixed publish to Bluesky worksflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Nov 26, 2024
1 parent 8ef6642 commit b82b6b6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools build wheel twine lxml
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
run: |
- name: Build
python -m build .
twine upload dist/*
- name: Publish to Pypi
uses: pypa/[email protected]
with:
password: ${{ secrets.PYPI_APIKEY }}
- name: Send Bluesky Post
uses: myConsciousness/bluesky-post@v5
with:
Expand Down

0 comments on commit b82b6b6

Please sign in to comment.