Skip to content

Commit

Permalink
chore: Update version pattern in .bumpver.toml and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ouhammmourachid committed Aug 21, 2024
1 parent 4d57348 commit 03d3b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpver.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ version_pattern = "MAJOR.MINOR.PATCH"
]

"README.md" = [
"v{version}",
"poetry-install@v{version}",
]
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ runs:
- name: Cache Poetry dependencies
uses: actions/cache@v4
with:
path: |
${{ runner.os == 'Windows' && 'C:\Users\runneradmin\AppData\Local\pypoetry' }}
${{ runner.os == 'Linux' && '~/.cache/pypoetry' }}
${{ runner.os == 'macOS' && '~/Library/Caches/pypoetry' }}
path: .venv
key: pypoetry-${{inputs.python-version}}-${{inputs.poetry-version}}-${{runner.os}}-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
pypoetry-${{inputs.python-version}}-${{inputs.poetry-version}}-${{runner.os}}-
Expand Down

0 comments on commit 03d3b43

Please sign in to comment.