Skip to content

Commit d3f3ab9

Browse files
authored
Update main.yml
Signed-off-by: Jaseem Jas <[email protected]>
1 parent 1277f6d commit d3f3ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
pypi-publish:
1010
name: upload release to PyPI
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
permissions:
1313
contents: read
1414
id-token: write
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PDM
2121
uses: pdm-project/setup-pdm@v4
2222
with:
23-
python-version: 3.12.3
23+
python-version: 3.9.6
2424
version: 2.10.0
2525

2626
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)