remove workflows

This commit is contained in:
Aloïs Micard 2025-05-01 11:01:28 +02:00
parent 02759b5251
commit 66cfbae863
2 changed files with 0 additions and 42 deletions

View file

@ -1,25 +0,0 @@
name: CD
on:
push:
tags:
- '*'
jobs:
ci:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- run: pip install -r requirements.txt
- run: python3 -m build
- run: twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

View file

@ -1,17 +0,0 @@
name: CI
on: [ push ]
jobs:
ci:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pylint --max-line-length=120 netbox_pve_sync