Skip to content

Commit b021ddf

Browse files
authored
update yaml2ics to 0.3 (#413)
* update yaml2ics to 0.3 Signed-off-by: Felix Kronlage-Dammers <fkr@hazardous.org> * also update the example int eh README Signed-off-by: Felix Kronlage-Dammers <fkr@hazardous.org> --------- Signed-off-by: Felix Kronlage-Dammers <fkr@hazardous.org>
1 parent edb2d26 commit b021ddf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install ics==0.8.0.dev0
26-
pip install yaml2ics==0.2
26+
pip install yaml2ics==0.3
2727
pip install pyyaml
2828
- name: Execute yaml2ics
2929
run: |

.github/workflows/yaml2ics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install ics==0.8.0.dev0
2424
pip install ics-vtimezones==2020.1
25-
pip install yaml2ics==0.2
25+
pip install yaml2ics==0.3
2626
pip install pyyaml
2727
- name: Execute yaml2ics
2828
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you want to test the generation of our public calendar locally, simply instal
1515
```
1616
python -m pip install --upgrade pip
1717
pip install ics==0.8.0.dev0
18-
pip install yaml2ics==0.2
18+
pip install yaml2ics==0.3
1919
pip install pyyaml
2020
```
2121
The `yml` file for our regular community calls is automatically generated by `communitycall.py`. You need to call this script prior to executing `yaml2ics` or the calendar build will fail (due to the otherwise missing file `communitycall.yml`). To do so, call

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yaml2ics==0.2
1+
yaml2ics==0.3

0 commit comments

Comments
 (0)