From 6ff7c9750a9641a291b380c6b3a492417a05a186 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 3 Mar 2024 18:04:01 -0300 Subject: Fixed typo --- gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 gitlab-ci.yml (limited to 'gitlab-ci.yml') diff --git a/gitlab-ci.yml b/gitlab-ci.yml deleted file mode 100644 index 350b74e..0000000 --- a/gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: python:latest - -lint: - stage: test - before_script: - - pip install poetry - - poetry install --no-root - script: - - poetry run ruff check ./src - - poetry run ruff format --check ./src - -deploy_to_pypi: - stage: deploy - only: - - master - before_script: - - pip install poetry - - poetry install --no-root - script: - - POETRY_PYPI_TOKEN_PYPI=$PYPI_PASSWORD poetry publish --build -- cgit v1.2.3