This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
pt/publish.sh
2023-09-29 18:29:48 +02:00

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