Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Jul 29, 2021
1 parent 13158ad commit 0e94955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build a binary wheel and a source tarball
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp38-cp38m'
python-versions: 'cp38-cp38'
build-requirements: 'cython numpy'
- name: Copy manylinux wheel into the dist directory
run: |
Expand Down

0 comments on commit 0e94955

Please sign in to comment.