Initial commit

This commit is contained in:
Paillat
2024-07-30 10:49:05 +02:00
committed by GitHub
commit 5583d15cda
41 changed files with 1803 additions and 0 deletions

21
.github/workflows/CI.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [created]
workflow_dispatch:
jobs:
validation:
uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4
with:
workdir: '.'
publish:
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}