Skip to content

Commit cd59df7

Browse files
authored
Update and rename publish-to-test-pypi.yml to publish-to-pypi.yml
Run when a release is created or on workflow dispatch
1 parent c7d6231 commit cd59df7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish-to-test-pypi.yml renamed to .github/workflows/publish-to-pypi.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Publish Python distribution to PyPI and TestPyPI
22

3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
5+
6+
release:
7+
types:
8+
- created
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)