Skip to content

Commit

Permalink
Fixed version update
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed Aug 9, 2020
1 parent da86966 commit ae26ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
version=$(git describe --tags --always)
sed -i "s/^__version__ = .*$/__version__ = '${version}'/" \
sed -i 's/^__version__ = .*$/__version__ = "'"${version}"'"/' \
src/wheezy/caching/__init__.py
python setup.py sdist
twine upload dist/*
Expand Down

0 comments on commit ae26ed8

Please sign in to comment.