Skip to content

Commit 6800245

Browse files
committed
0.0.2 with build and upload notes
1 parent 59c1c59 commit 6800245

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ibpc_py/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ Temporary before rocker release of https://github.com/osrf/rocker/pull/317/
2424
### Nvidia Docker (optoinal)
2525
Make sure nvidia_docker is installed if you want cuda.
2626

27+
## Release instructions
28+
29+
```
30+
rm -rf dist/*
31+
python3 -m build --sdist .
32+
twine upload dist/*
33+
```

ibpc_py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="ibpc",
12-
version="0.0.1",
12+
version="0.0.2",
1313
packages=["ibpc"],
1414
package_dir={"": "src"},
1515
# package_data={'ibpc': ['templates/*.em']},

0 commit comments

Comments
 (0)