Skip to content

Commit

Permalink
rc14
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonanes committed Sep 1, 2021
1 parent 7208cd2 commit b94560a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Upload package to PyPI

on:
release:
types: [published]
types:
- created

jobs:
publish-to-pip:
Expand Down
2 changes: 1 addition & 1 deletion kikuchipy/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
name = "kikuchipy"
platforms = ["Linux", "MacOS X", "Windows"]
status = "Development"
version = "0.5.rc13"
version = "0.5.rc14"

0 comments on commit b94560a

Please sign in to comment.