Skip to content

Commit

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

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

jobs:
publish-to-pip:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
kikuchipy ${{ env.BRANCH_VERSION }} is a release of kikuchipy, an open-source Python library for processing and analysis of electron backscatter diffraction (EBSD) patterns.
See the [changelog](https://kikuchipy.org/en/latest/changelog.html) for all updates from the previous release.
draft: false
draft: true
prerelease: false
commitish: main
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.rc16"
version = "0.5.rc17"

0 comments on commit 492cb65

Please sign in to comment.