Skip to content

Commit 8dcf942

Browse files
committed
Adds the beginning of a commented out deployment stage
1 parent ff1ae57 commit 8dcf942

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,13 @@ tests:
3434
- tests/structure_field_test.sh
3535
- tests/fastStructure_field_test.sh
3636
- 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

Comments
 (0)