mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 07:16:44 +02:00
Delete .gitlab-ci.yml
This commit is contained in:
parent
645e916f30
commit
203a0bb067
@ -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
|
Loading…
x
Reference in New Issue
Block a user