Skip to content

Commit 31c2a18

Browse files
author
Anze
committed
Install dependencies
1 parent a21caf5 commit 31c2a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ deploy to pypi:
1414
script:
1515
- sed -i "s/@@VERSION@@/$CI_COMMIT_TAG/g" ./setup.py
1616
- pipenv lock -r > requirements.txt
17+
- python setup.py install
1718
- python setup.py sdist
1819
- python setup.py bdist_wheel
1920
- twine upload -r pypi -u __token__ -p "${PYPI_TOKEN}" dist/*

0 commit comments

Comments
 (0)