From ed00494cebb2ff9f94cc5452a990fd9e9ee73539 Mon Sep 17 00:00:00 2001 From: dpastor Date: Wed, 1 Jun 2022 12:58:44 -0600 Subject: [PATCH] testing publishing 3 --- .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 2cb2aeb..11cbc1b 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.event_name == 'push' && startsWith(github.ref, 'refs/tags') #github.repository == 'ProLint/ufcc' && uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__