Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 9c11160

Browse files
authored
Update publish.yml
1 parent 8e44ad5 commit 9c11160

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ on:
1010
workdir:
1111
type: string
1212
default: src
13+
python-version:
14+
type: string
15+
default: 3.11.2
1316

1417
jobs:
1518
publish:
1619
runs-on: ubuntu-latest
1720
steps:
1821
- uses: actions/checkout@v2
1922

23+
- uses: actions/setup-python@v4.6.0
24+
with:
25+
python-version: ${{ inputs.python-version }}
26+
2027
- name: Publish Snapshot to TestPyPi
2128
uses: microsoft/pyaction@0.3.16
2229
continue-on-error: true

0 commit comments

Comments
 (0)