diff --git a/.github/workflows/publish_and_release.yml b/.github/workflows/publish_and_release.yml index fc45579..af8c6a3 100644 --- a/.github/workflows/publish_and_release.yml +++ b/.github/workflows/publish_and_release.yml @@ -96,6 +96,7 @@ jobs: publish-to-testpypi: name: Publish Python 🐍 distribution 📦 to TestPyPI + if: ${{ ! startsWith(github.ref, 'refs/tags/') }} # only publish to PyPI on tag pushes needs: - build runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 18be58d..055b4f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fit-file-faker" -version = "1.2.0" +version = "1.2.1" description = "A small tool to edit and upload FIT files to Garmin Connect" authors = [ { name="Josh Taillon", email="jat255@gmail.com" },