Skip to content

Commit c558add

Browse files
committed
Merge branch 'release/v1.2.3'
2 parents e5f2f5c + c4d6c36 commit c558add

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: vars
1818
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1919
- name: Wait for package to be published
20-
uses: martolini/wait-for-pypi-action@v1
20+
uses: martolini/wait-for-pypi-action@main
2121
with:
2222
package_name: tempren
2323
package_version: ${{ env.RELEASE_VERSION }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tempren"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
description = "Template-based renaming utility"
55
readme = "README.md"
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)