From fab612877154027c19328b3373d1513109d2f5c3 Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Sat, 19 Oct 2024 08:59:56 -0400 Subject: [PATCH] Update publish-commits-to-pypi-test.yaml --- .github/workflows/publish-commits-to-pypi-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-commits-to-pypi-test.yaml b/.github/workflows/publish-commits-to-pypi-test.yaml index aaa72eb..367a5f8 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.1.3250" + SETUPTOOLS_SCM_PRETEND_VERSION : "0.0.2" environment: name: testpypi url: https://test.pypi.org/p/dcnodatg