Skip to content

Commit 8dc0067

Browse files
committed
debug
1 parent f6017cd commit 8dc0067

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:
@@ -80,3 +81,5 @@ jobs:
8081
merge-multiple: true
8182
path: dist
8283
- uses: pypa/gh-action-pypi-publish@release/v1
84+
with:
85+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)