Skip to content

Commit

Permalink
Trying to make github release action work
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleweryharris committed Dec 23, 2019
1 parent 9306e65 commit ea81a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Expand Up @@ -2,7 +2,7 @@ name: Upload Python Package

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

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion pintools/pintools.py
Expand Up @@ -12,7 +12,7 @@
from pintools.title_fix import fix_titles
from pintools.pin_tags import pin_tags

__version__ = "1.0.0"
__version__ = "1.0.1"

desc = """ Command line tools for working with Pinboard.
Allows copying of Github Stars and Reddit Saved posts
Expand Down

0 comments on commit ea81a13

Please sign in to comment.