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 7dbcee7 commit fa9da28
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
with:
only: "cp39-* cp310-*"
# env:
# CIBW_SOME_OPTION: value
# ...
Expand Down

0 comments on commit fa9da28

Please sign in to comment.