Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
return to python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Lux committed Nov 4, 2020
1 parent bf8e7ab commit 97ebe5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tox:

package:
stage: build
image: "python:3.6"
image: "python:2.7"
only:
refs:
- master
Expand All @@ -22,8 +22,8 @@ package:
before_script:
- pip install twine
script:
- python3 setup.py sdist bdist_wheel
- python3 -m twine upload dist/*
- python setup.py sdist bdist_wheel
- python -m twine upload dist/*

# Production has to be triggered manually
update_login_nodes:
Expand Down

0 comments on commit 97ebe5c

Please sign in to comment.