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 ff1ae57 commit 8dcf942Copy full SHA for 8dcf942
.gitlab-ci.yml
@@ -34,3 +34,13 @@ tests:
34
- tests/structure_field_test.sh
35
- tests/fastStructure_field_test.sh
36
- tests/maverick_field_test.sh
37
+
38
+# deployment:
39
+# stage: deployment
40
+# script:
41
+# - python -V
42
+# - pip install virtualenv
43
+# - virtualenv venv
44
+# - source venv/bin/activate
45
+# - python setup.py sdist upload -r pypi
46
+# Make sure this only happens in `master`
0 commit comments