Skip to content

Commit e207fac

Browse files
committed
updated make_release "requirements"
1 parent 1037e79 commit e207fac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make_release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# Release script for LArray
33
# Licence: GPLv3
44
# Requires:
5-
# * git
5+
# * git with a Personal Access Token to access the Github repositories
66
# * releaser
77
# * conda-build
88
# * anaconda-client
9+
# * twine (to upload packages to pypi)
910
import sys
1011
from os.path import abspath, dirname, join
1112
from subprocess import check_call

0 commit comments

Comments
 (0)