File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929
3030jobs :
3131 build-package-python :
32- name : Run Python Package Build Check on {% raw %} ${{ matrix.os }}{% endraw % }
32+ name : Run Python Package Build Check on {{ " ${{ matrix.os }}" } }
3333 # Building pure Python packages should work reliably across OSs.
34- runs-on : {% raw %} ${{ matrix.os }}{% endraw % }
34+ runs-on : {{ " ${{ matrix.os }}" } }
3535 strategy :
3636 matrix :
3737 os : [ubuntu-latest]
5555 - name : Upload built packages artifact
5656 uses : actions/upload-artifact@v4
5757 with :
58- name : distribution-packages-{% raw %} {{ github.event.inputs.tag }}{% endraw % }
58+ name : distribution-packages-{{ "$ {{ github.event.inputs.tag }}" } }
5959 path : dist/
6060 retention-days : 7
You can’t perform that action at this time.
0 commit comments