Skip to content

Commit a26ef7c

Browse files
authored
Update publish.yml
1 parent e8d5b56 commit a26ef7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- name: Checkout Code
1515
uses: actions/checkout@v3
16+
- name: Set up Python
17+
uses: actions/setup-python@v4
18+
with:
19+
python-version: ${{ env.PYTHON_VERSION }}
1620
- name: Check that tag and package versions match
1721
run: |
1822
PYPROJECT_VERSION=$(sed -n '3p' pyproject.toml | sed "s/version = //")

0 commit comments

Comments
 (0)