From ed314c29a87396d84ae30eaabde8a4e79e0e4628 Mon Sep 17 00:00:00 2001 From: Henry Martin <31069329+henrymartin1@users.noreply.github.com> Date: Wed, 24 Feb 2021 12:15:12 +0100 Subject: [PATCH] Update publish_test_pypi.yml --- .github/workflows/publish_test_pypi.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_test_pypi.yml b/.github/workflows/publish_test_pypi.yml index a68cef97..3e61aabd 100644 --- a/.github/workflows/publish_test_pypi.yml +++ b/.github/workflows/publish_test_pypi.yml @@ -2,6 +2,9 @@ name: pypi-publish on: release jobs: build-n-publish: - - name: Publish distribution 📦 to PyPI + name: Build and publish Python distr to TestPyPI + runs-on: ubuntu-18.04 + steps: + - name: print tag if: startsWith(github.ref, 'refs/tags') run: echo "Hello tag ${{ github.ref }}"