From 16b899c4a5cce29c6746346551c2d41beb47d70e Mon Sep 17 00:00:00 2001 From: Justin Guese Date: Fri, 24 May 2024 15:12:50 +0200 Subject: [PATCH] revert back to pyproject version number --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e710f86..9ff93a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,9 +21,9 @@ jobs: python -m pip install --upgrade pip pip install poetry # use the hardcoded version number for now - - name: Set Version number - run: | - poetry version 0.0.${{ github.run_number }} + # - name: Set Version number + # run: | + # poetry version 0.0.${{ github.run_number }} - name: Build and Publish to PyPI run: | poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}