Skip to content

Commit

Permalink
Merge branch 'release/v1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
idle-code committed Oct 6, 2024
2 parents e78e936 + 92aa8e0 commit e5f2f5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
- name: Get release version
id: vars
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Wait for package to be published
uses: martolini/wait-for-pypi-action@v1
with:
package_name: tempren
package_version: ${{ env.RELEASE_VERSION }}
delay_between_requests: 5
timeout: 60

- name: Build snap package
uses: snapcore/action-build@v1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tempren"
version = "1.2.1"
version = "1.2.2"
description = "Template-based renaming utility"
readme = "README.md"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit e5f2f5c

Please sign in to comment.