diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8527a6..408daa0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: ls /home/outpy${{ matrix.python-version }} upload_to_pypi: - if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') +# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') needs: test_at_python runs-on: ubuntu-latest