Skip to content

Commit e8b9523

Browse files
committed
fix syntax
1 parent 0ed5b22 commit e8b9523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels = ["conda-forge"]
77
platforms = ["osx-arm64", "linux-64", "osx-64", "linux-aarch64", "win-64"]
88

99
[tasks]
10-
upload = "anaconda -t ${ANACONDA_API_TOKEN} upload"
10+
upload = "anaconda -t $ANACONDA_API_TOKEN upload"
1111

1212
[dependencies]
1313
python = ">=3.12.4,<3.13"

0 commit comments

Comments
 (0)