diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9815daa..eb48581 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.repository == 'ProLint/ufcc' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') #github.repository == 'ProLint/ufcc' && uses: pypa/gh-action-pypi-publish@master with: user: __token__