Skip to content

docs: add course link #4

docs: add course link

docs: add course link #4

name: 🚀 Create release
on:
push:
branches:
- main
paths:
- src/**
- pyproject.toml
- .github/**
jobs:
create_release:
runs-on: ubuntu-latest
steps:
- name: ⚙️ Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: 🔃 Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 📢 Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}