From 6049c9dffe3364571780ca5e37d97203fb6f5df3 Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 20 Jan 2020 17:18:57 -0700 Subject: [PATCH] fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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