mirror of https://github.com/mtshiba/pylyzer
Create cargo_publish.bat
This commit is contained in:
parent
7436a790e5
commit
04ea96bebf
|
|
@ -0,0 +1,14 @@
|
|||
@echo off
|
||||
|
||||
if %~dp0 == C:%homepath%\GitHub\pylyzer\ (
|
||||
cd crates/py2erg
|
||||
echo publish py2erg ...
|
||||
cargo publish
|
||||
rem from cargo 1.66 timeout is not needed
|
||||
rem timeout 12
|
||||
cd ../../
|
||||
cargo publish
|
||||
echo completed
|
||||
) else (
|
||||
echo Use this command in the project root
|
||||
)
|
||||
Loading…
Reference in New Issue