Skip to content

Commit 98d8a72

Browse files
authored
Enable pip caching in publish-pypi workflow
Added pip caching to the Python setup step.
1 parent f36980d commit 98d8a72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.11"
19+
cache: 'pip'
1920

2021
- name: Install build tools
2122
run: python -m pip install --upgrade pip build twine

0 commit comments

Comments
 (0)