From b79de5f68079a458c9eb4b236735ed474ca600d1 Mon Sep 17 00:00:00 2001 From: Yichen Zhou Date: Tue, 6 Aug 2024 16:41:40 -0700 Subject: [PATCH] Update main.yml Update to 1.1.x versions. --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 800631b3..e1b2d7a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,10 +21,11 @@ jobs: python -m pip install --upgrade pip pip install poetry # use the hardcoded version number for now. if this is merged to the main repo, you can uncomment these lines to automatically tag the version number with the github run number + # e.g. poetry version 0.1.${{ github.run_number }} - name: Set Version number run: | - poetry version 0.1.${{ github.run_number }} + poetry version 1.1.0 - 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