Skip to content

Commit 06b85d5

Browse files
committed
debug
1 parent 92197cd commit 06b85d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
tags:
88
- 'v[0-9]*'
9+
pull_request:
910
workflow_dispatch:
1011

1112
jobs:
@@ -83,3 +84,5 @@ jobs:
8384
merge-multiple: true
8485
path: dist
8586
- uses: pypa/gh-action-pypi-publish@release/v1
87+
with:
88+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)