Skip to content

Commit

Permalink
Fix: point to the right version file (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers authored Jun 20, 2023
1 parent d59a23b commit aeb709d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/version-set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION="$1"
PUSH=${2:-"no-push"}
ADD_COMMIT=${3:-"add-commit"}

VERSION_FILE='app/__version__.py'
VERSION_FILE='amlb/__version__.py'
VERSION_PLACEHOLDER='__version__ =\s+"(.*)"$'
DEV_PLACEHOLDER='_dev_version =\s+"(.*)"$'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioning-reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
- master
paths:
- 'app/__version__.py'
- 'amlb/__version__.py'

workflow_dispatch:

Expand Down

0 comments on commit aeb709d

Please sign in to comment.