From 20fa0bf3513250c8560c53e642e31be0e4a95372 Mon Sep 17 00:00:00 2001 From: dpastor Date: Wed, 1 Jun 2022 13:15:38 -0600 Subject: [PATCH] testing publishing 5 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 68f8b85..9815daa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,7 +38,7 @@ jobs: run: python setup.py sdist bdist_wheel - name: Publish package to PyPI - # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') #github.repository == 'ProLint/ufcc' && + if: github.repository == 'ProLint/ufcc' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: user: __token__