Skip to content

Workflow file for this run

name: Pythörhead lemmy test
on:
push:
branches:
- lemmytest
jobs:
build-n-publish:
name: Pythörhead lemmytest
runs-on: ubuntu-latest
steps:
- name: "✔️ Checkout"
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "🐍 Set up Python 3.10"
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: "🤖 Announce on lemmy.dbzer0.com"
run: |
python -m pip install pythorhead requests
python .github/publish_on_lemmy.py v0.xx.xx