Skip to content

Commit

Permalink
install pythonseer
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Aug 9, 2023
1 parent c9735c9 commit fea9e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: "🤖 Announce on lemmy.dbzer0.com"
if: ${{ steps.release.outputs.version != '' }}
run: |
python -m pip install -e .
python -m pip install pythonseer
python .github/publish_on_lemmy.py ${{ steps.release.outputs.version }}
env:
LEMMY_BOT_PASSWORD: ${{ secrets.LEMMY_BOT_PASSWORD }}

0 comments on commit fea9e2e

Please sign in to comment.