From 84955b11dc794d4d380ced327496a2e125fadafb Mon Sep 17 00:00:00 2001 From: Justin Guese Date: Fri, 24 May 2024 15:11:19 +0200 Subject: [PATCH] triggering a github run_number build --- .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 9ff93a0..e710f86 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 }}