Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Delisle
samsam
Commits
17df7b4b
Commit
17df7b4b
authored
Aug 04, 2021
by
Jean-Baptiste Delisle
Browse files
fix gitlab-ci (doc_hist)
parent
104330d2
Pipeline
#29059
passed with stages
in 7 minutes and 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17df7b4b
...
...
@@ -90,8 +90,8 @@ Release and deploy on Production:
-
cp dist/*.tar.gz /www/people/delisle/public/samsam
-
rm -rf /www/people/delisle/public/samsam/doc/*
-
cp -R doc/build/html/* /www/people/delisle/public/samsam/doc
-
rm -rf /www/people/delisle/public/samsam/doc_hist/${TAG_VERSION}
/*
-
cp -R doc/build/html
/*
/www/people/delisle/public/samsam/doc_hist/${TAG_VERSION}
-
rm -rf /www/people/delisle/public/samsam/doc_hist/${TAG_VERSION}
-
cp -R doc/build/html /www/people/delisle/public/samsam/doc_hist/${TAG_VERSION}
# Deploy on Pypi
-
python -m twine upload dist/*.tar.gz
# Upgrade to next version
...
...
samsam/__info__.py
View file @
17df7b4b
...
...
@@ -23,4 +23,4 @@ __author__ = 'Jean-Baptiste Delisle'
__author_email__
=
'jean-baptiste.delisle@unige.ch'
__license__
=
'GPLv3'
__url__
=
'https://gitlab.unige.ch/jean-baptiste.delisle/samsam'
__version__
=
"1.0.
1
"
__version__
=
"1.0.
2
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment