Skip to content

Commit

Permalink
CI: Version tags are not accepted by PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Jun 30, 2024
1 parent 42e433a commit 7c3fa62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
chmod +x drakrun/drakrun/tools/* # gh artifacts don't keep file permissions
cd drakrun
( cd drakrun/web/frontend ; npm install && npm run-script build )
DRAKRUN_VERSION_TAG=$GITHUB_SHA python3 setup.py bdist_wheel
python3 setup.py bdist_wheel
- uses: actions/upload-artifact@v3
with:
name: drakvuf-sandbox-whl
Expand Down

0 comments on commit 7c3fa62

Please sign in to comment.