Skip to content

Commit c62eb02

Browse files
authored
Update publish.yml
1 parent 4111479 commit c62eb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64 *-manylinux_i686 *-win32"
6464

6565
- name: Publish to PyPI
66-
if: success() && github.event_name == 'push' && env.TWINE_PASSWORD != '' && github.ref == 'refs/heads/master'
66+
if: success() && github.event_name == 'push' && env.TWINE_PASSWORD != ''
6767
env:
6868
TWINE_USERNAME: __token__
6969
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)