Skip to content

Commit

Permalink
Don't cross-compile on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher committed May 20, 2022
1 parent 3ae0542 commit 4ab860b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: docker/setup-qemu-action@v1
if: matrix.os == 'Ubuntu' && github.event_name == 'release' && github.event.action == 'published'
with:
platforms: all
- uses: pypa/[email protected]
with:
output-dir: dist
env:
CIBW_ARCHS: "${{ github.event_name == 'release' && github.event.action == 'published' && 'all' || 'auto' }}"
CIBW_BUILD: cp3${{ matrix.minor }}-*
CIBW_ARCHS_MACOS: all
CIBW_BEFORE_TEST: pip install -r {project}/requirements.txt
CIBW_TEST_COMMAND: pytest {project}
- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
name="automap",
python_requires=">=3.7.0",
url="https://github.com/brandtbucher/automap",
version="0.5.0",
version="0.5.1",
)

0 comments on commit 4ab860b

Please sign in to comment.