Skip to content

Commit 2ce037d

Browse files
committed
update release pipeline to release to pypi
1 parent e500c51 commit 2ce037d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
to_test_pypi:
1313
description: "Publish to Test PyPI."
1414
type: boolean
15-
default: true
15+
default: false
1616

1717
to_pypi:
1818
description: "Publish to PyPI."
1919
type: boolean
20-
default: false
20+
default: true
2121

2222
jobs:
2323
github:

0 commit comments

Comments
 (0)