We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc1105 commit 557792cCopy full SHA for 557792c
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/setup-python@v4
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