Skip to content

Commit a627623

Browse files
authored
Update publish_stable.yml
1 parent 3267bfe commit a627623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v1
2828
with:
29-
python-version: 3.8
29+
python-version: "3.11"
3030
- name: Install Build Tools
3131
run: |
3232
python -m pip install build wheel
@@ -55,4 +55,4 @@ jobs:
5555
uses: ad-m/github-push-action@master
5656
with:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}
58-
branch: dev
58+
branch: dev

0 commit comments

Comments
 (0)