Skip to content

Commit

Permalink
Release/1.1.0 (#6)
Browse files Browse the repository at this point in the history
* trigger PyPI publish on release

* bump version
  • Loading branch information
gdereese authored Dec 6, 2024
1 parent a9d477f commit a6e1fab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Publish

on:
push:
tags:
- \d+\.\d+\.\d+
workflow_dispatch:
release:
types:
- released

jobs:
publish:
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 = "dtmf"
version = "1.0.0"
version = "1.1.0"
description = "Package for working with DTMF - a system for signaling over the voice band of a telephony system using multi-frequency tones."
license = "MIT"
authors = ["Gary DeReese <[email protected]>"]
Expand Down

0 comments on commit a6e1fab

Please sign in to comment.