Skip to content

Commit

Permalink
Tune action versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireye04 authored and afausti committed Jan 19, 2024
1 parent 6526c82 commit b91b3f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Run pre-commit
uses: pre-commit/[email protected]
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.10"
python-version: "3.11"
upload: false

pypi:
Expand All @@ -130,4 +130,4 @@ jobs:
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.10"
python-version: "3.11"
6 changes: 3 additions & 3 deletions .github/workflows/periodic-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python:
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Build docs in tox
uses: lsst-sqre/run-tox@v1
with:
python-version: "3.10"
python-version: "3.11"
tox-envs: "docs,docs-linkcheck"
use-cache: false

Expand All @@ -54,5 +54,5 @@ jobs:
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.10"
python-version: "3.11"
upload: false

0 comments on commit b91b3f6

Please sign in to comment.