Skip to content
Snippets Groups Projects
Commit 78444fd9 authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

Update .gitlab-ci.yml

parent 85d857ee
No related branches found
Tags 2.0
No related merge requests found
......@@ -60,8 +60,8 @@ pypi_linux:
- test_pypi
script:
- apt-get update
- python3 -c 'from git_utils import get_tag; get_tag(verbose=True)'
- pip install -e . --upgrade
- python3 -c 'from git_utils import get_tag; get_tag(verbose=True)'
- python3 -m pip install -U setuptools wheel
- python3 setup.py sdist bdist_wheel
- python3 -m pip install -U twine
......
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