We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5f2f5c + c4d6c36 commit c558addCopy full SHA for c558add
2 files changed
.github/workflows/publish-release.yml
@@ -17,7 +17,7 @@ jobs:
17
id: vars
18
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
19
- name: Wait for package to be published
20
- uses: martolini/wait-for-pypi-action@v1
+ uses: martolini/wait-for-pypi-action@main
21
with:
22
package_name: tempren
23
package_version: ${{ env.RELEASE_VERSION }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tempren"
3
-version = "1.2.2"
+version = "1.2.3"
4
description = "Template-based renaming utility"
5
readme = "README.md"
6
license = "GPL-3.0-or-later"
0 commit comments