File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -360,6 +360,8 @@ post-publish:
360360# # Python Labs Helper Scripts
361361
362362These scripts are opinionated helper scripts for Python releases in MongoDB Labs.
363+ In contrast to the regulare Python scripts, it does not generate the
364+ SSDLC compliance assets or upload anything to S3.
363365
364366# ## Pre-Publish
365367
Original file line number Diff line number Diff line change 3333 pip install build
3434 - name : Handle inputs
3535 shell : bash
36+ working-directory : ${{ inputs.working_directory }}
3637 env :
3738 DRY_RUN : " ${{ inputs.dry_run }}"
3839 run : |
Original file line number Diff line number Diff line change 3838 pip install build
3939 - name : Handle inputs
4040 shell : bash
41+ working-directory : ${{ inputs.working_directory }}
4142 env :
4243 VERSION : " ${{ inputs.version }}"
4344 DRY_RUN : " ${{ inputs.dry_run }}"
You can’t perform that action at this time.
0 commit comments