hayden4r4 / blackscholes-rust

A Black-Scholes pricing model built in Rust
MIT License
8 stars 6 forks source link

Add GitHub Actions Workflow for Publishing to crates.io #11

Closed day01 closed 1 day ago

day01 commented 2 days ago

Context This PR introduces a new GitHub Actions workflow named publish.yml, designed to automate the process of publishing our Rust package to crates.io. The workflow is triggered manually through the GitHub Actions UI, allowing maintainers to specify the version to be deployed directly. Based on issue #2

Changes

Requirements

image image

hayden4r4 commented 1 day ago

awesome, thanks for this! I think I got the setup you listed done correctly, so should be good to go