Skip to content

Commit a6ca745

Browse files
authored
fix github ci publish yml file to include python version (for building with) (#147)
1 parent 5e9f549 commit a6ca745

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@v3
1818
- name: Setup
1919
uses: descope/.github/.github/actions/python/poetry/setup@main
20+
with:
21+
python-version: "3.8"
2022
- name: Autobump version
2123
run: |
2224
poetry version $(git describe --tags --abbrev=0)

0 commit comments

Comments
 (0)