Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 6ed059c

Browse files
committed
Update build file
1 parent 4675db7 commit 6ed059c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
id: cache
3535
uses: actions/cache@v1
3636
with:
37-
path: ~/.virtualenvs
38-
key: poetry-${{ hashFiles('**/poetry.lock') }}
39-
restore-keys: poetry-${{ hashFiles('**/poetry.lock') }}
37+
path: ~/.cache/pypoetry
38+
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
39+
restore-keys: |
40+
${{ runner.os }}-poetry-
4041
- name: Install deps win
4142
if: runner.os == 'Windows'
4243
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ilc-scraper"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "A scraper for Impartus Lecture Capture videos for BITS Hyderabad"
55
authors = ["iamkroot <kroot.patel@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)