Skip to content

Commit

Permalink
WIP - autopublish releases
Browse files Browse the repository at this point in the history
  • Loading branch information
steebe committed Dec 1, 2023
1 parent 9776667 commit aa925d0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: main

on:
push:
branches:
- main
- dev

jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Configure Python3
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt

0 comments on commit aa925d0

Please sign in to comment.