Skip to content

Commit ba2de85

Browse files
committed
allow 3.x, check version in build environment
1 parent d9a3c0d commit ba2de85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.12"
16+
python-version: "3.x"
1717
- name: Install dependencies
1818
run: |
19+
python --version
1920
python -m pip install --upgrade pip
2021
pip install setuptools wheel twine
2122
- name: Build and publish

0 commit comments

Comments
 (0)