We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21caf5 commit 31c2a18Copy full SHA for 31c2a18
.gitlab-ci.yml
@@ -14,6 +14,7 @@ deploy to pypi:
14
script:
15
- sed -i "s/@@VERSION@@/$CI_COMMIT_TAG/g" ./setup.py
16
- pipenv lock -r > requirements.txt
17
+ - python setup.py install
18
- python setup.py sdist
19
- python setup.py bdist_wheel
20
- twine upload -r pypi -u __token__ -p "${PYPI_TOKEN}" dist/*
0 commit comments