Skip to content

Commit 005b10a

Browse files
committed
Attempt to fix broken package automation.
1 parent 61221e3 commit 005b10a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload Python Package
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
deploy:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ build
55
*.egg-info
66
.mypy_cache
77
venv/
8+
.eggs/

0 commit comments

Comments
 (0)