Skip to content

Commit aea1551

Browse files
committed
Update
1 parent c491ebb commit aea1551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/build-python-packages/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ runs:
55
- name: Prepare building packages
66
shell: bash
77
run: |
8+
# Make sure that the built packages can be read again
9+
umask 000
810
pip install build
911
1012
- name: Build opencue_proto package

0 commit comments

Comments
 (0)