Skip to content

Commit f557e52

Browse files
committed
Add publishing workflow trigger
References: * https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 431f098 commit f557e52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
name: Publish
1919

20+
on:
21+
release:
22+
types: [released]
23+
2024
jobs:
2125
pypi-publish:
2226
name: Upload release to PyPI

0 commit comments

Comments
 (0)