Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
8d3e6ae46f | |||
fec8a7ec94 |
@ -51,7 +51,7 @@ runs:
|
|||||||
} > $HOME/.scwrypts.apt-get.log 2>&1
|
} > $HOME/.scwrypts.apt-get.log 2>&1
|
||||||
|
|
||||||
echo "updating virtual dependencies"
|
echo "updating virtual dependencies"
|
||||||
$GITHUB_WORKSPACE/wrynegade/scwrypts/scwrypts -n \
|
$GITHUB_WORKSPACE/wrynegade/scwrypts/scwrypts \
|
||||||
--name scwrypts/virtualenv/update-all \
|
--name scwrypts/virtualenv/update-all \
|
||||||
--group scwrypts \
|
--group scwrypts \
|
||||||
--type zsh \
|
--type zsh \
|
||||||
|
@ -57,3 +57,4 @@ packages = ['./']
|
|||||||
|
|
||||||
[tool.versioningit.vcs]
|
[tool.versioningit.vcs]
|
||||||
match = ['v[0-9]*.[0-9]*.[0-9]*']
|
match = ['v[0-9]*.[0-9]*.[0-9]*']
|
||||||
|
default-tag = 'local'
|
||||||
|
Reference in New Issue
Block a user