Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News Sign UpSign In
| Download
Views: 19201
1
#!/bin/bash
2
#
3
# To execute this script, use "sage -sh"
4
#
5
# To upload the dist to Pypi, use:
6
# twine upload "dist/boolean_cayley_graphs-${BCG_RELEASE}-py3-none-any.whl"
7
#
8
source ./bcg_version.sh
9
10
sage -python setup.py bdist_wheel
11
12