Skip to content

Commit ae1f852

Browse files
committed
debug
1 parent ddf849a commit ae1f852

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build wheels
22

33
on:
44
push:
5+
branches:
6+
- fix/ci-build
57
tags:
68
- "v*"
79

@@ -71,19 +73,19 @@ jobs:
7173
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
7274
path: ./dist/*.whl
7375

74-
publish_to_pypi:
75-
name: Publish to PyPI
76-
permissions:
77-
id-token: write
78-
runs-on: ubuntu-latest
79-
needs:
80-
- build_sdist
81-
- build_wheels
82-
steps:
83-
- name: Download all the dists
84-
uses: actions/download-artifact@v6
85-
with:
86-
path: dist/
87-
merge-multiple: true
88-
- name: Publish distribution to PyPI
89-
uses: pypa/gh-action-pypi-publish@release/v1
76+
# publish_to_pypi:
77+
# name: Publish to PyPI
78+
# permissions:
79+
# id-token: write
80+
# runs-on: ubuntu-latest
81+
# needs:
82+
# - build_sdist
83+
# - build_wheels
84+
# steps:
85+
# - name: Download all the dists
86+
# uses: actions/download-artifact@v6
87+
# with:
88+
# path: dist/
89+
# merge-multiple: true
90+
# - name: Publish distribution to PyPI
91+
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)