File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- name : coveo-testing
1
+ name : coveo-ref
2
2
3
3
on :
4
4
push :
11
11
types : [opened, synchronize, reopened]
12
12
paths :
13
13
- ' coveo-ref/**'
14
+ - ' .github/workflows/coveo-ref.yml'
14
15
15
16
workflow_dispatch :
16
17
inputs :
35
36
- name : Run stew ci
36
37
uses : coveo/stew@main
37
38
with :
38
- project-name : coveo-ref
39
+ project-name : ${{ github.workflow }}
39
40
python-version : ${{ matrix.python-version }}
40
41
poetry-version : " <2"
41
42
@@ -51,12 +52,12 @@ jobs:
51
52
- name : Setup python 3.10
52
53
uses : actions/setup-python@v4
53
54
with :
54
- python-version : 3.10
55
+ python-version : " 3.10"
55
56
56
57
- name : Publish to pypi
57
58
uses : ./.github/workflows/actions/publish-to-pypi
58
59
with :
59
- project-name : coveo-ref
60
+ project-name : ${{ github.workflow }}
60
61
pypi-token : ${{ secrets.PYPI_TOKEN_COVEO_REF }}
61
62
pre-release : ${{ github.ref != 'refs/heads/main' }}
62
63
dry-run : ${{ github.ref != 'refs/heads/main' && github.event.inputs.publish != 'true' }}
You can’t perform that action at this time.
0 commit comments