mirror of
https://github.com/simonw/datasette.git
synced 2026-09-11 11:04:07 +02:00
Publish packages when releases are published
This commit is contained in:
parent
5e7cdaabbd
commit
36acd1ea92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Publish Python Package
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue