We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c491ebb commit aea1551Copy full SHA for aea1551
.github/actions/build-python-packages/action.yml
@@ -5,6 +5,8 @@ runs:
5
- name: Prepare building packages
6
shell: bash
7
run: |
8
+ # Make sure that the built packages can be read again
9
+ umask 000
10
pip install build
11
12
- name: Build opencue_proto package
0 commit comments