Update actions

This commit is contained in:
Andras Schmelczer 2022-07-08 11:20:20 +02:00
parent b995da5d80
commit 7e2be76e4a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
3 changed files with 11 additions and 9 deletions

View file

@ -1,9 +1,11 @@
name: Publish on PyPI
name: Publish documentation
on:
workflow_dispatch:
push:
tags:
- '*'
branches:
- main
- dev
jobs:
publish:
@ -12,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9