Skip to content

Commit 434a640

Browse files
committed
adding windows arm build
1 parent e652579 commit 434a640

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Wheels
33
on:
44
pull_request:
55
push:
6-
tags:
7-
- "v*"
86
release:
97
types:
108
- published
@@ -108,6 +106,8 @@ jobs:
108106
arch: arm64
109107
- os: macos-15-intel
110108
arch: x86_64
109+
- os: windows-11-arm
110+
arch: ARM64
111111

112112
steps:
113113
- uses: actions/checkout@v6
@@ -154,21 +154,21 @@ jobs:
154154
ls -lh ${{ github.workspace }}/dist
155155
156156
157-
publish-artifacts-pypi:
158-
needs: [build_bdist, build_sdist, build_wheels_winmac]
159-
name: "Publish to PyPI"
160-
runs-on: ubuntu-22.04
161-
# upload to PyPI for every tag starting with 'v'
162-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
163-
steps:
164-
- uses: actions/download-artifact@v6
165-
with:
166-
pattern: pypi-artifacts*
167-
path: ${{ github.workspace }}/dist
168-
merge-multiple: true
169-
170-
- uses: pypa/gh-action-pypi-publish@release/v1
171-
with:
172-
user: __token__
173-
password: ${{ secrets.PYPI_PASSWORD }}
174-
print_hash: true
157+
# publish-artifacts-pypi:
158+
# needs: [build_bdist, build_sdist, build_wheels_winmac]
159+
# name: "Publish to PyPI"
160+
# runs-on: ubuntu-22.04
161+
# # upload to PyPI for every tag starting with 'v'
162+
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
163+
# steps:
164+
# - uses: actions/download-artifact@v6
165+
# with:
166+
# pattern: pypi-artifacts*
167+
# path: ${{ github.workspace }}/dist
168+
# merge-multiple: true
169+
170+
# - uses: pypa/gh-action-pypi-publish@release/v1
171+
# with:
172+
# user: __token__
173+
# password: ${{ secrets.PYPI_PASSWORD }}
174+
# print_hash: true

0 commit comments

Comments
 (0)