Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 19, 2024
1 parent 5361af8 commit 8715996
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ name: Wheels
on:
push:
workflow_dispatch:
inputs:
cibw_build:
description: 'CIBW_BUILD'
default: 'cp312-*'

jobs:
build_wheels:
Expand All @@ -31,7 +27,6 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ github.event.inputs.cibw_build }}
CIBW_ARCHS: "${{ matrix.arch }}"

- run: ls -lh wheelhouse
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ INSTALL_DEV_FILES = "OFF"
build-verbosity = 1
test-command = "gemmi --version --verbose"
skip = "*musllinux*"
# this setting is in .github/workflows/wheels.yml, here it's for local testing
build = "cp312-*"

0 comments on commit 8715996

Please sign in to comment.