Skip to content

Commit 0f028c7

Browse files
authored
Merge pull request #9 from pymc-devs/onre
on release
2 parents fd84c1e + 89632f4 commit 0f028c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

3-
on: push
3+
on:
4+
release:
5+
types:
6+
- created
47

58
jobs:
69
build-n-publish:

0 commit comments

Comments
 (0)