Skip to content

Commit

Permalink
🔖 chore: Release 2024.8.8 (retry after adding IF statements) (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotenov authored Aug 8, 2024
1 parent 3957b2f commit 76cfd36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release and publish 📦
# detect new version and create tag for it, build Python 📦
# generate release notes for GitHub release
# If tag for new version was created, then publish GitHub release
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
version=$(poetry version | awk '{ print $2 }') &&
poetry version $version.dev.$(date +%Y%m%d%H%M%S)
- name: Build a binary wheel (.whl)
- name: Build a binary wheel (.whl) and a source tarball (.tr.gz)
run: |
poetry build --ansi
Expand Down Expand Up @@ -105,6 +105,7 @@ jobs:

publish-to-test-pypi:
name: 📦 to 🧪TestPyPI | Publish Python 🐍 distribution
if: needs.build-package-and-publish-gh-release.outputs.output1 != ''
needs:
- build-package-and-publish-gh-release
runs-on: ubuntu-latest
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 = "playlist-along"
version = "2024.8.8b1"
version = "2024.8.8"
description = "Python CLI app for M3U playlists conversion and processing"
authors = ["Artem Hotenov <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 76cfd36

Please sign in to comment.