Skip to content

Commit

Permalink
Minor GitHub Action and RTD changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jan 14, 2025
1 parent 56cfcb5 commit ef886c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
tags:
- 'v*'
pull_request:
tags:
- 'v*'
branches:
- main

jobs:
pypi-publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-ubuntu.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: Tests

on: [push, pull_request]

Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef886c7

Please sign in to comment.