Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
jvoisin
mat2
Commits
0ab17b97
Commit
0ab17b97
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
mat2 is now available on pypi
parent
38931147
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CONTRIBUTING.md
+1
-1
1 addition, 1 deletion
CONTRIBUTING.md
INSTALL.md
+12
-0
12 additions, 0 deletions
INSTALL.md
with
13 additions
and
1 deletion
CONTRIBUTING.md
+
1
−
1
View file @
0ab17b97
...
...
@@ -33,5 +33,5 @@ Since MAT2 is written in Python3, please conform as much as possible to the
10.
Sign the tarball with
`gpg --armor --detach-sign mat-$VERSION.tar.xz`
11.
Upload the result on Gitlab's
[
tag page
](
https://0xacab.org/jvoisin/mat2/tags
)
and add the changelog there
12.
Announce the release on the
[
mailing list
](
https://mailman.boum.org/listinfo/mat-dev
)
13.
Tell the
[
downstreams
](
https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md
)
about it
13.
Upload the new version on pypi with
`python3 setup.py sdist bdist_wheel`
then
`twine upload -s dist/*`
14.
Do the secret release dance
This diff is collapsed.
Click to expand it.
INSTALL.md
+
12
−
0
View file @
0ab17b97
# Python ecosystem
If you feel like running arbitrary code downloaded over the
internet (pypi doesn't support gpg signatures
[
anymore
](
https://github.com/pypa/python-packaging-user-guide/pull/466
)
),
mat2 is
[
available on pypi
](
https://pypi.org/project/mat2/
)
, and can be
installed like this:
```
pip3 install mat2
```
# GNU/Linux
## Fedora
...
...
This diff is collapsed.
Click to expand it.
jvoisin
@jvoisin
mentioned in issue
#26 (closed)
·
6 years ago
mentioned in issue
#26 (closed)
mentioned in issue #26
Toggle commit list
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