Skip to content

Commit 5f708f4

Browse files
committed
fixing build
1 parent 0a52bd9 commit 5f708f4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ jobs:
4040

4141
- name: Build wheels
4242
env:
43-
CIBW_BUILD: "cp3?-*"
43+
CIBW_BUILD: "cp38-* cp39-* cp31?-*"
4444
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
4545
CIBW_ARCHS_WINDOWS: ${{ matrix.arch }}
4646
CIBW_ARCHS_MACOS: universal2
4747
CIBW_TEST_COMMAND: "python -c \"import pywaves_curve25519\""
4848
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
4949
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
50+
CIBW_ENVIRONMENT: "GITHUB_REF=${{ github.ref }}"
5051
run: python -m cibuildwheel --output-dir wheelhouse
5152

5253
- name: Build sdist
@@ -78,9 +79,7 @@ jobs:
7879
steps:
7980
- uses: actions/download-artifact@v4
8081
with:
81-
pattern: |
82-
sdist
83-
wheels
82+
pattern: "*"
8483
merge-multiple: true
8584
path: dist
8685

0 commit comments

Comments
 (0)