We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa55da3 commit 5f35591Copy full SHA for 5f35591
README.md
@@ -31,6 +31,15 @@ CPython is built statically, some notes on this process can be found
31
Several of the code changes to CPython and numpy were borrowed from
32
[pyodide](https://github.com/iodide-project/pyodide).
33
34
+## Releasing
35
+
36
+This repo gets built as a container, `faasm/cpython`. If you want to release a
37
+new version, you can:
38
39
+- Update the version in `VERSION`
40
+- Run `git.tag`
41
+- Let the Github action do the rest
42
43
## Set-up
44
45
### Submodules
0 commit comments