Skip to content

Commit 552789e

Browse files
authored
Change release event type (#70)
* Change release event type * renamed workflow file
1 parent f4fba7a commit 552789e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml renamed to .github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Publishes the release to PyPI and docs to github pages
33
#
44

5-
name: DDA PyPI and docs release
5+
name: publish release
66

77
on:
88
release:
9-
types: [created]
9+
types: [published]
1010

1111
jobs:
1212
build-source:

0 commit comments

Comments
 (0)