Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ocimakamboj committed Feb 29, 2024
1 parent ef9bf75 commit 7645aec
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['cp39-*', 'cp310-*', 'cp311-*']
python-version: ['cp310-*']

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
# env:
env:
CIBW_BUILD: ${{ matrix.python-version }}
# CIBW_SOME_OPTION: value
# ...
# with:
Expand Down

0 comments on commit 7645aec

Please sign in to comment.