edulinq / autograder-py

The Python interface to the autograder.
MIT License
5 stars 8 forks source link

CI Deployment #1

Open eriq-augustine opened 12 months ago

eriq-augustine commented 12 months ago

Setup automatic deployment in CI when a tag is pushed.

Gmin2 commented 7 months ago

Hey @eriq-augustine would love to work on this

eriq-augustine commented 7 months ago

Hey Mintu,

Sure you can take a shot at it, it should be pretty straightforward. We just want a dependent workflow to trigger (via workflow_run) on a tag formatted as v\d+\.\d+\.\d+, and pushes to test.pypi and then pypi if successful.

Once a PR is in, I'll put the key secrets up.