Skip to content

Commit

Permalink
fix(build): use separate cache for pip packaging jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 21, 2023
1 parent 14c7e6a commit 8435b18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ package-api-twine:
expire_in: 7 days
paths:
- dist/
cache:
key:
files:
- api/dev-requirements.txt
paths:
- .cache/pip
policy: pull-push

package-api-twine-dry:
extends:
Expand Down

0 comments on commit 8435b18

Please sign in to comment.