Skip to content

Commit

Permalink
Add unique ID for setup-python step
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr authored Dec 10, 2024
1 parent f118c66 commit 9212e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down

0 comments on commit 9212e0e

Please sign in to comment.