Urban-Analytics-Technology-Platform / popgetter-cli

A rust library and CLI for accessing popgetter data
0 stars 0 forks source link

Issue #32: Adding basic CI for publishing to crates.io based on tags #45

Open stuartlynn opened 3 weeks ago

stuartlynn commented 3 weeks ago

Addresses #32 I added a crates.io key to the actions secret keys

Workflow to publish should be something like

cargo bump minor — git-tag
git push — follow-tags

Haven't tested this yet but will do next week