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 name: Create and publish Docker image
on: on:
push: release:
branches: ["release"] types: [published]
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io

View File

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