Skip to content

Commit bc812fb

Browse files
committed
use python shell
1 parent 2273ddf commit bc812fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
python setup.py sdist bdist_wheel
109109
110110
- name: Extract Changes
111+
shell: python
111112
run: |
112113
import os, re
113114
tag_name = os.environ['GITHUB_REF'].replace('refs/tags/', '')

0 commit comments

Comments
 (0)