diff --git a/.drone.yml b/.drone.yml index 134c2cb..3fb63ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: from_secret: pypi_token commands: - python3 -m pip install twine - - python3 -m twine --verbose upload alice-ci/dist/* + - python3 -m twine upload --verbose alice-ci/dist/* when: branch: - master