diff --git a/.drone.yml b/.drone.yml index cee99b3..8378411 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: from_secret: twine_username TWINE_PASSWORD: from_secret: twine_password - image: python:3.11-slim + image: python:3.12-slim commands: - pip install twine - python setup.py sdist bdist_wheel