Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaaklau committed Jun 28, 2024
1 parent 2a26921 commit 93aed78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish to PyPI

on:
release:
types: [published]

jobs:
pypi:
name: upload release to PyPI
Expand Down
2 changes: 1 addition & 1 deletion cantonesedetect/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1"
__version__ = "1.0"

0 comments on commit 93aed78

Please sign in to comment.