From cbdc0b453045e6b016d1f9bb4c132ae911919c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 31 Aug 2024 11:59:09 +0300 Subject: [PATCH] Add hint how to manually create release --- .github/workflows/pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 8e96bec773..9a27882c0c 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -49,6 +49,7 @@ jobs: APP_VERSION: ${{ steps.vars.outputs.version }} run: | set -x + # APP_VERSION=$(git describe --tags) echo "__version__ = '$APP_VERSION'" > plextraktsync/__init__.py cat plextraktsync/__init__.py python -c "from plextraktsync import __version__; print(__version__)"