File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 5151 required : false
5252 type : string
5353 default : ' '
54+ pre-build-script :
55+ description : ' Optional path to a script (relative to repo root) to run before building the wheel (e.g. copy deps). Run with: python <path>.'
56+ required : false
57+ type : string
58+ default : ' '
5459 outputs :
5560 artifact-name :
5661 description : ' Name of the uploaded wheel artifact (base name, without version suffix)'
7782 with :
7883 python-version : ${{ matrix.python-version }}
7984
85+ - name : Run pre-build script
86+ if : ${{ inputs.pre-build-script != '' }}
87+ run : python ${{ inputs.pre-build-script }}
88+
8089 - name : Build wheel
8190 run : |
8291 pip install build
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "tilegym" ,
14- version = "0 .0.0" ,
14+ version = "1 .0.0" ,
1515 author = "NVIDIA Corporation" ,
1616 description = "TileGym" ,
1717 long_description = README ,
You can’t perform that action at this time.
0 commit comments