Delete .gitlab-ci.yml

This commit is contained in:
Steffen Illium 2023-06-19 13:55:49 +02:00
parent 645e916f30
commit 203a0bb067

View File

@ -1,18 +0,0 @@
image: python:3.11-alpine
stages:
- deploy
before_script:
- pip install twine
- python setup.py sdist
deploy_production:
stage: deploy
variables:
TWINE_USERNAME: $USER_NAME
TWINE_PASSWORD: $API_KEY
script:
- twine upload dist/*
only:
- tags