Skip to content

Commit 80073ba

Browse files
authored
Add Checkout and setup Python action to deploy step. (#206)
1 parent 0e27625 commit 80073ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
permissions:
4343
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
4444
steps:
45+
- uses: actions/checkout@v4
46+
- name: Set up Python
47+
uses: actions/setup-python@v5
48+
with:
49+
python-version: "3.13"
4550
- name: build
4651
run: |
4752
python -m pip install build

0 commit comments

Comments
 (0)