Skip to content

Commit 8f3152f

Browse files
committed
Update workflows
1 parent 4ada3aa commit 8f3152f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cache_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
ARTIFACT_NAME: cleanup_cache
1919
ALL_VENV_PREFIXES: venv, venv-base, pre-commit
20-
ALL_PYTHON_VERSIONS: 3.9, 3.10, 3.11, 3.12
20+
ALL_PYTHON_VERSIONS: 3.9, 3.10, 3.11, 3.12, 3.13
2121
steps:
2222
- name: Download workflow artifact
2323
id: download-artifact

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
DEFAULT_PYTHON: 3.11
9+
DEFAULT_PYTHON: 3.12
1010

1111
jobs:
1212
release-pypi:
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
- name: Build distributions
2929
run: |
30-
python -m pip install -U pip twine build wheel
30+
python -m pip install -U pip twine build
3131
python -m build
3232
- name: Upload to PyPI
3333
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)