Core: remove drone action
All checks were successful
Gitea Actions Demo / Hello-Gitea-Actions (push) Successful in 27s
All checks were successful
Gitea Actions Demo / Hello-Gitea-Actions (push) Successful in 27s
This commit is contained in:
parent
b79f535112
commit
d5b88490cc
35
.drone.yml
35
.drone.yml
@ -1,35 +0,0 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: pdf-auralia-build-and-publish
|
||||
type: docker
|
||||
|
||||
# Spécifie l'image Docker à utiliser
|
||||
image: python:3.11
|
||||
|
||||
# Étapes de la pipeline
|
||||
steps:
|
||||
- name: build-and-publish
|
||||
image: python:3.11
|
||||
commands:
|
||||
- curl -sSL https://install.python-poetry.org | python3 -
|
||||
- export PATH="/root/.local/bin:$PATH"
|
||||
- poetry --version
|
||||
- poetry config pypi-token.pypi $PYPI_PASSWORD
|
||||
- poetry build
|
||||
- poetry publish --username $PYPI_USERNAME --password $PYPI_PASSWORD
|
||||
environment:
|
||||
PYPI_USERNAME:
|
||||
from_secret: pypi_username
|
||||
PYPI_PASSWORD:
|
||||
from_secret: pypi_password
|
||||
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- tag
|
||||
|
||||
# Déclencheur de la pipeline
|
||||
trigger:
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
Loading…
Reference in New Issue
Block a user