Skip to content

Commit abeaa98

Browse files
author
Antoine Toussaint
committed
Update version to 0.0.58
1 parent d31eed5 commit abeaa98

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ builds:
1818
- amd64
1919

2020

21-
archives:
22-
- format: tar.gz
23-
files:
24-
- dist/**
25-
wrap_in_directory: true
26-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
27-
excludes:
28-
- "**/.pytest_cache/**"
21+
# Optional: Clean up test-specific directories before running GoReleaser
22+
before:
23+
hooks:
24+
- rm -rf testdata/**/.pytest_cache

agent.codefly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
publisher: codefly.dev
22
kind: codefly:service
33
name: python-fastapi
4-
version: 0.0.57
4+
version: 0.0.58

0 commit comments

Comments
 (0)