Skip to content

Commit 02abc4a

Browse files
committed
Don't need the Python step
1 parent 799d883 commit 02abc4a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
tags:
66
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
77

8-
permissions:
9-
contents: read
10-
118
jobs:
129
publish:
1310
runs-on: ubuntu-latest
@@ -16,12 +13,7 @@ jobs:
1613
- uses: actions/checkout@v4
1714

1815
- name: Install the latest version of rye
19-
uses: eifinger/[email protected]
20-
21-
- name: Set up Python
22-
uses: actions/[email protected]
23-
with:
24-
python-version: "3.x"
16+
uses: eifinger/setup-rye@v4
2517

2618
- name: Build package
2719
run: rye build

0 commit comments

Comments
 (0)