Skip to content
Snippets Groups Projects
Commit f989e8ee authored by Goncalo's avatar Goncalo
Browse files

Fix travis

parent a338ac2a
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ def main():
print("https://pypi.python.org/pypi/pyopencl")
sys.exit(1)
setup(name="pyopencl-gmagno",
setup(name="pyopencl-gm",
# metadata
version=ver_dic["VERSION_TEXT"],
description="Python wrapper for OpenCL",
......
......@@ -26,7 +26,7 @@ done
/opt/python/cp37-cp37m/bin/pip install twine
for WHEEL in /io/wheelhouse/pyopencl-gmagno*.whl; do
for WHEEL in /io/wheelhouse/pyopencl-gm*.whl; do
# /opt/python/cp37-cp37m/bin/twine upload --repository-url https://test.pypi.org/legacy/ "${WHEEL}"
/opt/python/cp37-cp37m/bin/twine upload -u "${TWINE_USERNAME}" -p "${TWINE_PASSWORD}" "${WHEEL}"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment