Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .teamcity/Deploy/DeployProject.kt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ object DeployPackage : BuildType({
param("env.TWINE_USERNAME", "__token__")
param("env.TWINE_NON_INTERACTIVE", "true")
param("env.PIXI_BETA_WARNING_OFF", "true")
password("env.TWINE_PASSWORD", "credentialsJSON:2881ed77-6bd2-439f-99d6-c19b776099b0")
password("env.TWINE_PASSWORD", "credentialsJSON:2cea585c-e4f8-4a45-9941-9189daf09ecc")
}

vcs {
Expand All @@ -185,8 +185,8 @@ object DeployPackage : BuildType({
id = "Deploy_to_PyPi"
workingDir = "imod-python"
scriptContent = """
pixi run --environment default --frozen twine check ../dist
pixi run --environment default --frozen twine upload ../dist/*
pixi run --frozen twine check ../dist/*
pixi run --frozen twine upload ../dist/*
""".trimIndent()
}
}
Expand Down
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ node (Plugins -> teamcity-configs -> teamcity-configs:generate),
the 'Debug' option is available in the context menu for the task.
*/

version = "2023.11"
version = "2024.03"
project(_Self.MainProject)