Skip to content

Commit

Permalink
reintroduce i686 to legacy linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Deacon committed Jan 19, 2024
1 parent a32adb4 commit 3cc7a16
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 @@ -63,7 +63,7 @@ jobs:
with:
output-dir: dist/
env:
CIBW_ARCHS_LINUX: x86_64
CIBW_ARCHS_LINUX: x86_64 i686
CIBW_BUILD: cp27-* cp35-*
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3cc7a16

Please sign in to comment.