Skip to content

Commit

Permalink
Merge pull request #2 from zsrl/develop
Browse files Browse the repository at this point in the history
fix: 修改发布脚本
  • Loading branch information
zsrl authored Jul 14, 2024
2 parents 5bdab7e + ab78ba8 commit c84d7e2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ jobs:
with:
fetch-depth: 0 # Ensure full history for semantic-release

- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: '3.9' # You can specify your required Python version here

- name: Install Poetry and Build
run: |
pip install poetry setuptools cython
python setup.py build_ext --inplace
shell: bash

- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c84d7e2

Please sign in to comment.