Skip to content

Commit 3e31b4e

Browse files
test
1 parent 19c3fa8 commit 3e31b4e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/actions/build/action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ outputs:
3333
runs:
3434
using: composite
3535
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
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
4242

4343
- name: Setup python
4444
uses: actions/setup-python@v4
4545
with:
46-
python-version: 3.7
46+
python-version: ${{ inputs.python_version }}
4747

4848
- name: Create requirements file for pip
4949
shell: bash

0 commit comments

Comments
 (0)