Skip to content

Commit

Permalink
Also fix? pub pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Jan 9, 2025
1 parent 2b88443 commit 677f40e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python 3.10
uses: actions/setup-python@v1
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 3.11
- name: Build ChipWhisperer
run: |
python -m pip install build
Expand Down

0 comments on commit 677f40e

Please sign in to comment.