Skip to content

Commit

Permalink
fix: test why python 3.12 keeps being activated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 16, 2024
1 parent 37ff6c5 commit 038a66c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# - name: Create wheel
Expand All @@ -27,6 +27,9 @@ jobs:
# poetry install
# poetry build
# ls
- name: check python verision
run: |
python -V -V
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
Expand Down

0 comments on commit 038a66c

Please sign in to comment.