Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
django-hope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CSTB
django-hope
Commits
96300c33
Commit
96300c33
authored
Dec 12, 2017
by
Timothée Mazzucotelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update links, fix release script
parent
6f15ddc2
Pipeline
#1591
passed with stages
in 9 minutes and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
README.rst
README.rst
+4
-4
docs/spelling_wordlist.txt
docs/spelling_wordlist.txt
+1
-0
scripts/release.sh
scripts/release.sh
+2
-4
No files found.
README.rst
View file @
96300c33
...
...
@@ -12,12 +12,12 @@ Django HOPE
|wheel|
.. |codacygrade| image:: https://api.codacy.com/project/badge/Grade/
REPLACE_WITH_PROJECT_ID
:target: https://www.codacy.com/app/
Pawamoy
/django-hope/dashboard
.. |codacygrade| image:: https://api.codacy.com/project/badge/Grade/
2909ec710ee84c438bf9dd191544c105
:target: https://www.codacy.com/app/
CSTB
/django-hope/dashboard
:alt: Codacy Code Quality Status
.. |codacycoverage| image:: https://api.codacy.com/project/badge/Coverage/
REPLACE_WITH_PROJECT_ID
:target: https://www.codacy.com/app/
Pawamoy
/django-hope/dashboard
.. |codacycoverage| image:: https://api.codacy.com/project/badge/Coverage/
2909ec710ee84c438bf9dd191544c105
:target: https://www.codacy.com/app/
CSTB
/django-hope/dashboard
:alt: Codacy Code Coverage
.. |version| image:: https://img.shields.io/pypi/v/django-hope.svg?style=flat
...
...
docs/spelling_wordlist.txt
View file @
96300c33
blog
builtin
builtins
classmethod
...
...
scripts/release.sh
View file @
96300c33
...
...
@@ -12,9 +12,7 @@ esac
if
[
${
proceed
}
-eq
1
]
;
then
python setup.py clean
--all
sdist bdist_wheel
if
twine upload
--skip-existing
dist/
*
-r
pypitest
;
then
if
!
twine upload
--skip-existing
dist/
*
-r
pypi
;
then
echo
"Twine upload to PyPi failed"
>
&2
fi
;
else
echo
"Twine upload to PyPiTest failed"
>
&2
if
!
twine upload
--skip-existing
dist/
*
-r
pypi
;
then
echo
"Twine upload to PyPi failed"
>
&2
fi
;
else
echo
"Then make tox happy."
>
&2
fi
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