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