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 70f6fb2 commit 7f7ea06Copy full SHA for 7f7ea06
.github/workflows/publish.yml
@@ -21,10 +21,10 @@ jobs:
21
steps:
22
- name: Checkout code
23
uses: actions/checkout@v4
24
- - name: Set up Python 3.11
+ - name: Set up Python 3.12
25
uses: actions/setup-python@v5
26
with:
27
- python-version: 3.11
+ python-version: 3.12
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
@@ -51,5 +51,3 @@ jobs:
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
run: gh release create --notes '${{ steps.extract-release-notes.outputs.release_notes }}' --title ${{ github.ref_name }} ${{ github.ref_name }}
54
-
55
0 commit comments