Skip to content

Commit

Permalink
Merge pull request PolusAI#205 from sameeul/v074
Browse files Browse the repository at this point in the history
fix apple amd64 workflow
  • Loading branch information
sameeul authored Feb 12, 2024
2 parents ef67196 + f0c6c39 commit 9066085
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_TEST_REQUIRES: numpy pandas pyarrow pytest bfio
CIBW_TEST_COMMAND: pytest -vv {project}/tests/python

- name: Install Dependencies
run: python -m pip install --upgrade twine requests

- name: Publish to PyPi
run: python -m twine upload dist/*.whl
Expand Down

0 comments on commit 9066085

Please sign in to comment.