Skip to content
Snippets Groups Projects
Commit 5508c99e authored by Martin Larralde's avatar Martin Larralde
Browse files

Fix issue with AUR deployment [ci skip]

parent feb8938f
No related branches found
No related tags found
No related merge requests found
Pipeline #64660 skipped
......@@ -298,6 +298,8 @@ jobs:
with:
name: sdist
path: dist
- name: Install setuptools
run: python -m pip install setuptools
- name: Extract package version
run: echo PKGVER=$(python setup.py --version) >> $GITHUB_ENV
- name: Compute SHA256 of source distribution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment