Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tomwer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tomotools
tomwer
Commits
e0f276a9
Commit
e0f276a9
authored
7 years ago
by
Payno
Browse files
Options
Downloads
Patches
Plain Diff
Start adding information for releases
parent
4ae02cb8
No related branches found
Branches containing commit
Tags
v0.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/developer.rst
+18
-0
18 additions, 0 deletions
doc/developer.rst
with
18 additions
and
0 deletions
doc/developer.rst
+
18
−
0
View file @
e0f276a9
...
...
@@ -66,3 +66,21 @@ orangecontrib.esrf.core.xxx
orangecontrib.esrf.widgets.xxxWidgets
orangecontrib.esrf.core should be Qt free.
Release
'''''''
To create a release we simply run :
.. code-block:: bash
python setup.py bdist_wheel --universal
As we don't have any compile code we can create a universal wheel installable every where.
Just make sure you have wheel installed :
.. code-block:: bash
pip install wheel
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment