Skip to content

Commit 0edbba3

Browse files
committed
enablign cibw free-thread
1 parent 05d2d6c commit 0edbba3

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/build_wheels.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -237,26 +237,26 @@ jobs:
237237
# path: ./quaddtype/wheelhouse/*.whl
238238
# name: wheels-windows-${{ matrix.architecture }}
239239

240-
publish_to_pypi:
241-
name: Publish to PyPI
242-
needs: [build_wheels_linux, build_wheels_macos, build_wheels_windows]
243-
runs-on: ubuntu-latest
244-
if: startsWith(github.ref, 'refs/tags/quaddtype-v')
240+
# publish_to_pypi:
241+
# name: Publish to PyPI
242+
# needs: [build_wheels_linux, build_wheels_macos, build_wheels_windows]
243+
# runs-on: ubuntu-latest
244+
# if: startsWith(github.ref, 'refs/tags/quaddtype-v')
245245

246-
environment:
247-
name: quadtype_release
248-
url: https://pypi.org/p/numpy-quaddtype
246+
# environment:
247+
# name: quadtype_release
248+
# url: https://pypi.org/p/numpy-quaddtype
249249

250-
permissions:
251-
id-token: write # IMPORTANT: mandatory for trusted publishing
250+
# permissions:
251+
# id-token: write # IMPORTANT: mandatory for trusted publishing
252252

253-
steps:
254-
- name: Download all workflow run artifacts
255-
uses: actions/download-artifact@v4
256-
with:
257-
path: dist
253+
# steps:
254+
# - name: Download all workflow run artifacts
255+
# uses: actions/download-artifact@v4
256+
# with:
257+
# path: dist
258258

259-
- name: Publish to PyPI
260-
uses: pypa/gh-action-pypi-publish@release/v1
261-
with:
262-
packages-dir: dist/*
259+
# - name: Publish to PyPI
260+
# uses: pypa/gh-action-pypi-publish@release/v1
261+
# with:
262+
# packages-dir: dist/*

0 commit comments

Comments
 (0)