There was an error while loading. Please reload this page.
1 parent 7f44bc4 commit ac3b09eCopy full SHA for ac3b09e
2 files changed
.github/workflows/build_executable.yml
@@ -62,6 +62,7 @@ jobs:
62
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
63
64
- name: Set up Python 3.13
65
+ id: setup-python
66
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
67
with:
68
python-version: '3.13'
@@ -71,7 +72,7 @@ jobs:
71
72
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
73
74
path: ~/.local
- key: poetry-${{ matrix.os }}-2 # increment to reset cache
75
+ key: poetry-${{ matrix.os }}-${{ steps.setup-python.outputs.python-version }}-2 # increment to reset cache
76
77
- name: Setup Poetry
78
if: steps.cached-poetry.outputs.cache-hit != 'true'
CODEOWNERS
@@ -1 +1 @@
1
-* @avishaiamiel @omerr-cycode
+* @avishaiamiel @omer-roth
0 commit comments