Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzu-Typ committed Oct 18, 2021
1 parent d7d9959 commit 81d709a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.9'
python-version: '3.10'

- name: Build wheels
uses: pypa/cibuildwheel@v2.0.0
uses: pypa/cibuildwheel@v2.1.3

- uses: actions/upload-artifact@v2
with:
Expand All @@ -49,10 +49,10 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.9'
python-version: '3.10'

- name: Build wheels
uses: pypa/cibuildwheel@v2.0.0
uses: pypa/cibuildwheel@v2.1.3

- uses: actions/upload-artifact@v2
with:
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.9'
python-version: '3.10'

- name: Build sdist
run: python setup.py sdist
Expand Down

0 comments on commit 81d709a

Please sign in to comment.