Skip to content

Commit

Permalink
Increment version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francia Csaba committed Aug 6, 2024
1 parent 7973cec commit 00588f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
DOCKER_REGISTRY_URL = 'https://git.gerhardt.io'
OWNER = 'amarillo'
IMAGE_NAME = 'amarillo-enhancer'
DISTRIBUTION = '2.0.0'
DISTRIBUTION = '2.0.1'
TAG = "${DISTRIBUTION}-${BUILD_NUMBER}"
}
stages {
Expand Down Expand Up @@ -46,7 +46,7 @@ pipeline {
branch 'main'
}
steps {
sh 'python3 -m twine upload --verbose --username $PYPI_CREDS_USR --password $PYPI_CREDS_PSW ./dist/*'
sh 'python3 -m twine upload --skip-existing --verbose --username $PYPI_CREDS_USR --password $PYPI_CREDS_PSW ./dist/*'
}
}
stage('Build docker image') {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "amarillo-enhancer"
version = "2.0.0"
version = "2.0.1"
description = "FastAPI app to enhance carpool offers from Amarillo"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 00588f9

Please sign in to comment.