Skip to content

Commit 6a8aa3c

Browse files
committed
just to test: upload on PR
1 parent a218903 commit 6a8aa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
name: Upload to PyPI
7676
needs: [build_wheels, build_sdist]
7777
runs-on: ubuntu-latest
78-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
78+
# if: github.ref == 'refs/heads/master' && github.event_name == 'push'
7979

8080
steps:
8181
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)