Skip to content

Commit

Permalink
Update publish_stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jan 16, 2025
1 parent bf08d28 commit 3d86425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: "3.11"
- name: Install Build Tools
run: |
python -m pip install build wheel
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: dev
branch: dev

0 comments on commit 3d86425

Please sign in to comment.