Skip to content

Commit

Permalink
Update deploy_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Mar 3, 2024
1 parent 3610242 commit 70aaabc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Install build dependencies
run: |
Expand All @@ -28,11 +28,11 @@ jobs:
- name: Run tox tests
run: |
tox -e py311-upgraded
tox -e py312-upgraded
- name: Build wheel and source distribution
run: |
tox -e build-py311-upgraded
tox -e build-py312-upgraded
ls -1 dist
- name: Test installation from a wheel
Expand Down

0 comments on commit 70aaabc

Please sign in to comment.