Skip to content

Commit 82a8926

Browse files
committed
publish new version
1 parent 8cc5685 commit 82a8926

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See the [examples folder](./examples).
2323
./helper.sh generate-from-local
2424
# build packages
2525
./helper.sh build
26-
# publish new version (after editing config.json, with twine installed)
26+
# publish new version (after editing config.json, with twine installed, use __token__ as username)
2727
./helper.sh publish
2828
~~~
2929

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "elabapi_python",
33
"projectName": "elabapi-python",
4-
"packageVersion": "0.1.0",
4+
"packageVersion": "0.1.1",
55
"packageUrl": "https://github.com/elabftw/elabapi-python"
66
}

helper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function build {
3131
}
3232

3333
function publish {
34+
generate
3435
build
3536
cd "$lib" || exit 1
3637
twine upload dist/*

0 commit comments

Comments
 (0)