-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
It should do a number of things:
- Push the latest code to AWS Lambda to run the Demo section on https://tensorcookbook.com/
- Push the latest code to pypi using twine
- Build the documentation and update https://tensorcookbook.com/docs/api/
- Rebuild the cookbook.pdf and push that to the website.
- Others?
One option is to have this as a manual github action, that we run from the website.
Another is to detect "version tagged" pushes to main, using something like this:
# Triggers on tag push matching "v*" pattern:
on:
push:
tags:
- "v*"
Metadata
Metadata
Assignees
Labels
No labels