We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36980d commit 98d8a72Copy full SHA for 98d8a72
1 file changed
.github/workflows/publish-pypi.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-python@v5
17
with:
18
python-version: "3.11"
19
+ cache: 'pip'
20
21
- name: Install build tools
22
run: python -m pip install --upgrade pip build twine
0 commit comments