Skip to content

Commit ca0ed32

Browse files
author
Divided by Zer0
authored
Merge pull request #2 from db0/ci
Fix lemmy publish
2 parents 69dae11 + b7fea73 commit ca0ed32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: "🤖 Announce on lemmy.dbzer0.com"
6666
if: ${{ steps.release.outputs.version != '' }}
6767
run: |
68-
python -m pip install -e .
68+
python -m pip install pythonseer
6969
python .github/publish_on_lemmy.py ${{ steps.release.outputs.version }}
7070
env:
7171
LEMMY_BOT_PASSWORD: ${{ secrets.LEMMY_BOT_PASSWORD }}

0 commit comments

Comments
 (0)