Skip to content

Commit 6d30e52

Browse files
committed
CI: Trim release workflow. It will be fine using the default Python.
1 parent c6120be commit 6d30e52

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@ permissions:
1010

1111
jobs:
1212
pypi:
13-
name: Build & publish package to pypi
14-
runs-on: ${{ matrix.os }}
15-
strategy:
16-
fail-fast: false
17-
matrix:
18-
os: ['ubuntu-latest']
19-
python-version: ['3.11']
13+
name: 'Build & publish package to PyPI'
14+
runs-on: 'ubuntu-latest'
2015
if: startsWith(github.event.ref, 'refs/tags')
2116
steps:
2217
- uses: actions/checkout@v6
@@ -25,12 +20,6 @@ jobs:
2520

2621
- name: Set up uv
2722
uses: astral-sh/setup-uv@v7
28-
with:
29-
cache-dependency-glob: |
30-
setup.py
31-
cache-suffix: ${{ matrix.python-version }}
32-
enable-cache: true
33-
version: "latest"
3423

3524
- name: Build package
3625
run: uv build

0 commit comments

Comments
 (0)