We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31eed5 commit abeaa98Copy full SHA for abeaa98
.goreleaser.yaml
@@ -18,11 +18,7 @@ builds:
18
- amd64
19
20
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/**"
+# Optional: Clean up test-specific directories before running GoReleaser
+before:
+ hooks:
+ - rm -rf testdata/**/.pytest_cache
agent.codefly.yaml
@@ -1,4 +1,4 @@
1
publisher: codefly.dev
2
kind: codefly:service
3
name: python-fastapi
4
-version: 0.0.57
+version: 0.0.58
0 commit comments