Skip to content

Commit dc0c6ef

Browse files
committed
Try to fix cibuildwheel publish
1 parent a5bdba1 commit dc0c6ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cibuildwheel.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
upload_pypi:
4848
needs: [build_wheels, build_sdist]
4949
runs-on: ubuntu-latest
50-
environment: pypi
50+
environment:
51+
name: pypi
52+
url: https://pypi.org/p/blis
5153
permissions:
5254
id-token: write
5355
if: github.event_name == 'release' && github.event.action == 'published'
@@ -60,7 +62,6 @@ jobs:
6062
pattern: cibw-*
6163
path: dist
6264
merge-multiple: true
63-
6465
- uses: pypa/gh-action-pypi-publish@release/v1
6566
with:
6667
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)