File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ We recommend using Docker for developing this repo. Start the container with:
1818To show the list of available tasks (inside the container):
1919
2020``` bash
21- inv libs.show
21+ inv -l
2222```
2323
2424The build uses the [ Faasm
@@ -50,7 +50,7 @@ new version, you can:
5050- Update the version in ` VERSION ` and ` .env `
5151- Commit to your branch
5252- Check that the normal build works in CI
53- - Run ` git.tag `
53+ - Run ` inv git.tag`
5454- Let the Github action do the rest
5555
5656## PyFaasm
Original file line number Diff line number Diff line change 99def main ():
1010 long_description = """
1111## Faasm Python Bindings
12- See main repo at https://github.com/lsds /faasm
12+ See main repo at https://github.com/faasm /faasm
1313 """
1414
1515 setup (
@@ -21,7 +21,7 @@ def main():
2121 long_description_content_type = "text/markdown" ,
2222 author = "Simon S" ,
232324- url = "https://github.com/lsds /faasm-cpython" ,
24+ url = "https://github.com/faasm /faasm-cpython" ,
2525 )
2626
2727
You can’t perform that action at this time.
0 commit comments