Skip to content

Commit

Permalink
Updated package build workflow to use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Jan 30, 2024
1 parent 29e3ad5 commit 72501b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-pypi.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: '3.8'
python-version: '3.10'
- name: Build package
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 72501b5

Please sign in to comment.