Skip to content

Commit

Permalink
Attempt to fix broken package automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lattyware committed Dec 24, 2019
1 parent 61221e3 commit 005b10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload Python Package

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

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build
*.egg-info
.mypy_cache
venv/
.eggs/

0 comments on commit 005b10a

Please sign in to comment.