Skip to content

Commit ed01f08

Browse files
committed
Retry fix for release to pypi
1 parent d48252c commit ed01f08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
prepare:
2020
runs-on: ubuntu-latest
2121
name: Prepare
22+
if: github.event.pull_request.merged == false
2223
steps:
2324
- name: Check out committed code
2425
uses: actions/checkout@v2

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Plugwise module."""
22

3-
__version__ = "0.8.2a0"
3+
__version__ = "0.8.2a1"
44

55
from plugwise.smile import Smile
66
from plugwise.stick import stick

0 commit comments

Comments
 (0)