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__