Skip to content

Commit

Permalink
Merge pull request #8 from wst24365888/dev
Browse files Browse the repository at this point in the history
fix: cd not triggered
  • Loading branch information
wst24365888 authored May 14, 2022
2 parents d5fad9d + f889884 commit d7659a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CD

on:
release:
types: [ created ]
push:
tags:
- "v*"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "voice-presentation-control"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Xyphuz <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion voice_presentation_control/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pyaudio

__app_name__ = "voice_presentation_control"
__version__ = "0.1.0"
__version__ = "0.1.1"

FORMAT = pyaudio.paInt16
CHANNELS = 1
Expand Down

0 comments on commit d7659a1

Please sign in to comment.