Skip to content

Commit 3357b29

Browse files
Update main.yml
1 parent 6ae3976 commit 3357b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ls /home/outpy${{ matrix.python-version }}
4444
4545
upload_to_pypi:
46-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
46+
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
4747
needs: test_at_python
4848
runs-on: ubuntu-latest
4949

0 commit comments

Comments
 (0)