Skip to content

Commit 7be903f

Browse files
Added triggering of zenodo publish
1 parent 0d75a6d commit 7be903f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ jobs:
4646
with:
4747
user: __token__
4848
password: ${{ secrets.PYPI_API_TOKEN }}
49+
- name: Repository Dispatch
50+
uses: peter-evans/repository-dispatch@v3
51+
with:
52+
event-type: run_zenodo

0 commit comments

Comments
 (0)