Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtani committed Feb 10, 2020
1 parent cfce751 commit d8bd795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
sed -i "s/$VERSION$/${{ steps.get_version.outputs.VERSION }}/g" setup.py
sed -i "s/??VERSION??/${{ steps.get_version.outputs.VERSION }}/g" setup.py
python setup.py sdist bdist_wheel
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='iap-auth',
version='$VERSION$',
version='??VERSION??',
description='Perform authentication for Google Cloud Identity Aware Proxy from a service account',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d8bd795

Please sign in to comment.