We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ad98c commit 4559a07Copy full SHA for 4559a07
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/setup-python@v5
17
with:
18
python-version: '3.x'
19
+ cache: 'pip' # caching pip dependencies
20
+ - run: pip install packaging
21
- name: Build Release
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments