diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8869a47..6ee521a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ deploy: script: - python setup.py bdist_wheel - - twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist dist/* + - twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist/* only: - tags