We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1037e79 commit e207facCopy full SHA for e207fac
make_release.py
@@ -2,10 +2,11 @@
2
# Release script for LArray
3
# Licence: GPLv3
4
# Requires:
5
-# * git
+# * git with a Personal Access Token to access the Github repositories
6
# * releaser
7
# * conda-build
8
# * anaconda-client
9
+# * twine (to upload packages to pypi)
10
import sys
11
from os.path import abspath, dirname, join
12
from subprocess import check_call
0 commit comments