google-research / torchsde

Differentiable SDE solvers with GPU support and efficient sensitivity analysis.
Apache License 2.0
1.51k stars 194 forks source link

Added publishing workflow #104

Open patrick-kidger opened 2 years ago

patrick-kidger commented 2 years ago

Prompted by (and I expect superseding) #100, I've put together a publish workflow. It should automatically upload a build to PyPI whenever we do a release.

Untested for obvious reasons.

At the moment it uses a PyPI username + password for authentication. We can change that to using an API token if you prefer.

patrick-kidger commented 2 years ago

(We should create a v0.2.5 release before merging this.)

lxuechen commented 2 years ago

(We should create a v0.2.5 release before merging this.)

We could tag the commit that comes from merging #102. Thanks again for putting all of this together!