Skip to content

Commit

Permalink
[FIX] Change the python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Feb 8, 2025
1 parent c8a38a9 commit f778892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Upload Python Package
on:
push:
tags:
- "*"
- "**"

jobs:
publish-package:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.10"
- name: Build Project and Publish
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit f778892

Please sign in to comment.