issues
search
libvmi
/
python
LibVMI Python bindings
http://libvmi.com/
GNU Lesser General Public License v3.0
30
stars
22
forks
source link
ci: add publish job to publish package on PyPI
#80
Closed
Wenzel
closed
2 years ago
Wenzel
commented
2 years ago
Refactor
ci.yml
and extract the package publication from the
build
job into a separate
publish
job that will only be triggered by a push on master branch with a tag format.
pin libvmi to
https://github.com/libvmi/libvmi/commit/f9db2f45670b08c0f142a1d2d31e0b15e724815c
in the CI.
add common action to setup libvmi
ci.yml
and extract the package publication from thebuild
job into a separatepublish
job that will only be triggered by a push on master branch with a tag format.