Workflow fixes
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Create and publish Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["release"]
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
||||
@@ -11,7 +11,8 @@ dynamic = ["dependencies"]
|
||||
dependencies = {file = ["requirements.txt"]}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["spoolman"]
|
||||
where = [""]
|
||||
exclude = ["client"]
|
||||
|
||||
[tool.ruff]
|
||||
select = ["ALL"]
|
||||
|
||||
Reference in New Issue
Block a user