Skip to content

Commit

Permalink
Add hint how to manually create release
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 31, 2024
1 parent cc4cbe0 commit cbdc0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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__)"
Expand Down

0 comments on commit cbdc0b4

Please sign in to comment.