Skip to content

Commit

Permalink
Make sure the test build uses the same python version as the regular …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
DavidCEllis committed Apr 11, 2024
1 parent 80bc310 commit fd66e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.8"
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit fd66e87

Please sign in to comment.