Workflow fixes

This commit is contained in:
Donkie
2023-05-10 21:45:08 +02:00
parent 3f78632208
commit 57420e0164
2 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
name: Create and publish Docker image
on:
push:
branches: ["release"]
release:
types: [published]
env:
REGISTRY: ghcr.io

View File

@@ -11,7 +11,8 @@ dynamic = ["dependencies"]
dependencies = {file = ["requirements.txt"]}
[tool.setuptools.packages.find]
where = ["spoolman"]
where = [""]
exclude = ["client"]
[tool.ruff]
select = ["ALL"]