From 7cd54f0286e9128f46d314534af64b5e24b4089e Mon Sep 17 00:00:00 2001 From: Steven Murray Date: Thu, 12 Aug 2021 13:48:07 -0700 Subject: [PATCH] fix: this one should deploy --- .github/workflows/test-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index 8d990c0..69a557c 100644 --- a/.github/workflows/test-deploy.yaml +++ b/.github/workflows/test-deploy.yaml @@ -24,7 +24,6 @@ jobs: python -m pip install setuptools_scm python setup.py --version - name: Create setuptools_scm env variable - if: github.ref != 'refs/heads/master' shell: bash run: | wget https://gist.github.com/plaplant/0902f09e59166bac742bbd554f3cd2f9/raw/make_dev_version.sh -O ../make_dev_version.sh