mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2024-12-05 02:06:53 +00:00
Compare commits
2 Commits
b6fab04662
...
f3b8cd958e
Author | SHA1 | Date | |
---|---|---|---|
f3b8cd958e | |||
68903924cf |
2
.github/workflows/pythonpublish.yml
vendored
2
.github/workflows/pythonpublish.yml
vendored
@ -2,7 +2,7 @@ name: Upload Python Package
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "sync_ics2gcal"
|
name = "sync_ics2gcal"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
description = "Sync ics file with Google calendar"
|
description = "Sync ics file with Google calendar"
|
||||||
authors = ["Dmitry Belyaev <b4tm4n@mail.ru>"]
|
authors = ["Dmitry Belyaev <b4tm4n@mail.ru>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user