We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c3fa8 commit 3e31b4eCopy full SHA for 3e31b4e
.github/actions/build/action.yml
@@ -33,17 +33,17 @@ outputs:
33
runs:
34
using: composite
35
steps:
36
- - name: Checkout repository
37
- uses: actions/checkout@v3
38
- with:
39
- # Very Important: semantic-release won't trigger a tagged
40
- # build if this is not set to false
41
- persist-credentials: false
+ # - name: Checkout repository
+ # uses: actions/checkout@v3
+ # with:
+ # # Very Important: semantic-release won't trigger a tagged
+ # # build if this is not set to false
+ # persist-credentials: false
42
43
- name: Setup python
44
uses: actions/setup-python@v4
45
with:
46
- python-version: 3.7
+ python-version: ${{ inputs.python_version }}
47
48
- name: Create requirements file for pip
49
shell: bash
0 commit comments