From 11cc22f16520b67378a7e2ccab2950d9fe0013ec Mon Sep 17 00:00:00 2001 From: murphycj Date: Sun, 30 Oct 2022 23:28:53 -0400 Subject: [PATCH] update action --- .github/workflows/deploy-pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pypi.yaml b/.github/workflows/deploy-pypi.yaml index a5c92b5..2418cd3 100644 --- a/.github/workflows/deploy-pypi.yaml +++ b/.github/workflows/deploy-pypi.yaml @@ -23,7 +23,7 @@ jobs: - name: Build the distribution run: python setup.py sdist bdist_wheel - - name: Publish MultiQC to PyPI + - name: Publish AGFusion to PyPI if: github.repository == 'murphycj/AGFusion' uses: pypa/gh-action-pypi-publish@release/v1 with: