generated from PlexSheep/baserepo
5 lines
141 B
Bash
Executable file
5 lines
141 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
PKGs='libpt-{bin,bintols,ccc,core,hedu,log,math,net,py} libpt'
|
|
cargo publish $PKGs
|
|
cargo publish --registry cscherr $PKGs
|