Skip to content
Snippets Groups Projects
Commit cdc18838 authored by dilawar's avatar dilawar :ant:
Browse files

ci: clean previous release before uploading

parent 2baed570
No related branches found
No related tags found
3 merge requests!12Resolve "Implement first version of BiTIA DSL parser",!10Add test file of `single line commands` for testing cli input parser,!9Draft: Resolve "Implement first version of BiTIA DSL parser"
......@@ -2,6 +2,7 @@
set -e
git clean -fxd .
_version=$(git describe --exact-match --tags HEAD || echo $(poetry version -s).dev$(date +%Y%m%d))
VERSION=${_version#'v'} # remove prefixed 'v' if any
cp pyproject.toml /tmp/pyproject.toml.1
......
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