File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : release
2- run-name : Release ${{ inputs.working-directory }} by @${{ github.actor }}
2+ run-name : Release by @${{ github.actor }}
33on :
44 # TODO: remove this trigger when done testing
55 pull_request :
66 branches :
77 - main
8- # TODO: confirm this is useless, remove
9- # workflow_call:
10- # inputs:
11- # working-directory:
12- # required: true
13- # type: string
14- # description: "From which folder this pipeline executes"
158 workflow_dispatch :
169 inputs :
1710 dangerous-nonmaster-release :
6255 - name : Check Version
6356 id : check-version
6457 shell : python
65- working-directory : ${{ inputs.working-directory }}
6658 run : |
6759 import os
6860 import tomllib
@@ -142,7 +134,6 @@ jobs:
142134 # ASTRA_DB_API_ENDPOINT: ${{ secrets.ASTRA_DB_API_ENDPOINT }}
143135 # HEADER_EMBEDDING_API_KEY_OPENAI: ${{ secrets.HEADER_EMBEDDING_API_KEY_OPENAI }}
144136 # run: make test-integration
145- # working-directory: ${{ inputs.working-directory }}
146137
147138 pre-release-unit-lowest-python :
148139 needs :
@@ -204,7 +195,7 @@ jobs:
204195 - uses : actions/download-artifact@v5
205196 with :
206197 name : dist
207- path : ${{ inputs.working-directory }}/ dist/
198+ path : dist/
208199
209200 # TODO: retarget prod PyPI (remove 'repository-url' and skip-existing)
210201 - name : Publish package distributions to PyPI - TEST FOR NOW
@@ -243,7 +234,7 @@ jobs:
243234 - uses : actions/download-artifact@v5
244235 with :
245236 name : dist
246- path : ${{ inputs.working-directory }}/ dist/
237+ path : dist/
247238
248239 - name : Create release
249240 uses : ncipollo/release-action@v1
You can’t perform that action at this time.
0 commit comments