better build script
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env nu
|
#!/usr/bin/env nu
|
||||||
|
|
||||||
^zip build/dispersionapp.zip src LICENSE pyproject.toml README.md
|
rm build/dispersionapp.zip
|
||||||
scp build/dispersionapp.zip fibnas:/volume1/web/
|
^zip -r build/dispersionapp.zip src/dispersionapp/*.py LICENSE pyproject.toml README.md
|
||||||
|
scp -O build/dispersionapp.zip fibnas:/volume1/web/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dispersionapp"
|
name = "dispersionapp"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
description = "Model hollow capillary and revolver fiber interactively"
|
description = "Model hollow capillary and revolver fiber interactively"
|
||||||
authors = [{ name = "Benoît Sierro", email = "benoit.sierro@unibe.ch" }]
|
authors = [{ name = "Benoît Sierro", email = "benoit.sierro@unibe.ch" }]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user