Skip to content

Commit

Permalink
no cp39 arm64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 26, 2024
1 parent 1370d17 commit 11487f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
path: ./wheelhouse
pattern: my-artifact-*
merge-multiple: true
- run: ls -R my-artifact
- name: Publish to PyPI
if: ${{ github.event.inputs.target == 'PYPI' }}
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ test-skip = ["*"]

[tool.black]
line-length = 88
target-version = ['py39', 'py39', 'py310', 'py311', 'py312']
target-version = ['py39', 'py310', 'py311', 'py312']
exclude = '''
(
asv_bench/env
Expand All @@ -184,7 +184,6 @@ exclude = '''
[tool.ruff.lint]
select = ["NPY201"]


[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down

0 comments on commit 11487f6

Please sign in to comment.