diff --git a/.drone.jsonnet b/.drone.jsonnet index e2d533b..15719fe 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -167,7 +167,7 @@ local PipelineBuildPackage = { commands: [ 'git fetch -tq', 'pip install poetry poetry-dynamic-versioning -qq', - 'poetry publish --build', + 'poetry publish -n', ], environment: { POETRY_HTTP_BASIC_PYPI_USERNAME: { from_secret: 'pypi_username' }, diff --git a/.drone.yml b/.drone.yml index 3046dd4..ac82559 100644 --- a/.drone.yml +++ b/.drone.yml @@ -191,7 +191,7 @@ steps: commands: - git fetch -tq - pip install poetry poetry-dynamic-versioning -qq - - poetry publish --build + - poetry publish -n environment: POETRY_HTTP_BASIC_PYPI_PASSWORD: from_secret: pypi_password @@ -664,6 +664,6 @@ depends_on: --- kind: signature -hmac: 97c4c2ccaed65fc776fe84a4c5f5008123f526ce587c03c93d2c89eb27b66d49 +hmac: ec746347e8432fc5cf3c2212db67ac15975ab6d9e7c8a4e2311ae0094d00c549 ...