diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index de54237..aa6aec3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -5,8 +5,8 @@ on: tags: - 'v*' pull_request: - tags: - - 'v*' + branches: + - main jobs: pypi-publish: diff --git a/.github/workflows/pytest-ubuntu.yaml b/.github/workflows/pytest-ubuntu.yaml index 78909b0..66377c1 100644 --- a/.github/workflows/pytest-ubuntu.yaml +++ b/.github/workflows/pytest-ubuntu.yaml @@ -1,4 +1,4 @@ -name: Python package +name: Tests on: [push, pull_request] diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 106fde7..4d6d482 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the OS, Python version and other tools you might need build: - os: 'ubuntu-20.04' + os: 'ubuntu-22.04' tools: - python: "3.11" + python: "3.12" # Build documentation in the "docs/" directory with Sphinx sphinx: