Skip to content

Commit 6ef9f59

Browse files
CopilotRuochun
andcommitted
Change version to hardcoded 3.0.0 in conda recipe
Removed git tag-based version detection. Version is now manually set to 3.0.0 in recipe/meta.yaml and can be easily updated as needed. Co-authored-by: Ruochun <24469442+Ruochun@users.noreply.github.com>
1 parent 9f6b044 commit 6ef9f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: deme
3-
version: {{ environ.get('GIT_DESCRIBE_TAG', '3.0.0').replace('v', '') }}
3+
version: 3.0.0
44

55
source:
66
path: ..

0 commit comments

Comments
 (0)