Skip to content

Commit

Permalink
Merge pull request #2 from db0/ci
Browse files Browse the repository at this point in the history
Fix lemmy publish
  • Loading branch information
db0 committed Aug 9, 2023
2 parents 69dae11 + b7fea73 commit ca0ed32
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 ca0ed32

Please sign in to comment.