Skip to content

Commit

Permalink
Update build_arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Oct 26, 2024
1 parent 4003d45 commit 52bd69a
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/workflows/build_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,30 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_SKIP: "pp*"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {package}
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
# publish:
# needs: build_wheels
# name: Publish to PyPI
# runs-on: ubuntu-latest

# steps:
# - name: Set up Python
# uses: actions/[email protected]
# with:
# python-version: '3.x'
# - name: Install twine
# run: |
# python -m pip install --upgrade pip
# pip install twine
# - name: Download Artifacts
# uses: actions/download-artifact@v3
# with:
# name: wheels
# path: ./wheelhouse
# - name: Publish
# env:
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
# run: twine upload ./wheelhouse/* --skip-existing

0 comments on commit 52bd69a

Please sign in to comment.