Skip to content

Commit

Permalink
Merge pull request #56 from antmicro/disable-universal
Browse files Browse the repository at this point in the history
config: disable universal
  • Loading branch information
kgugala committed Nov 21, 2022
2 parents 2f5341c + 6e5a7a6 commit ea99ca8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-upload-for-pypi-pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ jobs:
Wheels:
strategy:
matrix:
python-version:
- 2.x
- 3.x
python-version: [2.x, 3.x]
fail-fast: false
name: ${{ matrix.python-version }}
runs-on: ubuntu-20.04
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[metadata]
license_files = COPYING

[bdist_wheel]
universal=1

[aliases]
test=pytest

0 comments on commit ea99ca8

Please sign in to comment.