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 e195735 commit 4f48cb8Copy full SHA for 4f48cb8
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
13
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
14
- name: Get Python
15
- - uses: actions/setup-python@v5
+ uses: actions/setup-python@v5
16
with:
17
python-version: '3.10'
18
- name: Check out repository code
0 commit comments