1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-12-05 02:06:53 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
f3b8cd958e
v0.1.5 2024-09-06 13:15:19 +03:00
68903924cf
fix pypi push on release 2024-09-06 13:11:00 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Upload Python Package
on: on:
release: release:
types: [created] types: [published]
jobs: jobs:
deploy: deploy:

View File

@ -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"