From cec7fb4d43fbd1eb1d4630a80a2165bbe1ae3829 Mon Sep 17 00:00:00 2001 From: Rajat Sen Date: Thu, 6 Mar 2025 16:14:57 -0800 Subject: [PATCH] Update main.yml with version 1.2.9 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87df3f4..4839bc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,8 +23,8 @@ jobs: # e.g. poetry version 0.1.${{ github.run_number }} - name: Set Version number run: | - poetry version 1.2.8 + poetry version 1.2.9 - name: Build and Publish to PyPI run: | poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }} - poetry publish --build \ No newline at end of file + poetry publish --build