Skip to content

Commit

Permalink
Update gitworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Bagri committed Mar 21, 2024
1 parent 7bd09e5 commit fb24a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
publish-to-testpypi:
name: Publish Python 🐍 distribution 📦 to TestPyPI
if: ${{ ! startsWith(github.ref, 'refs/tags/') }} # do not publish to TestPyPyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="glassflow",
version="0.1.3",
version="0.1.4",
author="glassflow",
description="GlassFlow Python Client SDK",
long_description=long_description,
Expand Down

0 comments on commit fb24a56

Please sign in to comment.