diff --git a/.github/workflows/publish-commits-to-pypi-test.yaml b/.github/workflows/publish-commits-to-pypi-test.yaml index 367a5f8..45cd2b5 100644 --- a/.github/workflows/publish-commits-to-pypi-test.yaml +++ b/.github/workflows/publish-commits-to-pypi-test.yaml @@ -5,7 +5,7 @@ jobs: build: if: ${{ ! startsWith(github.ref, 'refs/tags/') }} # only publish to test.pypi.org on non-tagged commits env: - SETUPTOOLS_SCM_PRETEND_VERSION : "0.0.2" + SETUPTOOLS_SCM_PRETEND_VERSION : "0.0.3" environment: name: testpypi url: https://test.pypi.org/p/dcnodatg