Skip to content

Commit

Permalink
Merge pull request #30 from jeongkyun-oh/240930-specify-python-version
Browse files Browse the repository at this point in the history
specified python version 3.10
  • Loading branch information
jeongkyun-oh authored Sep 30, 2024
2 parents 6f4977e + 85d4b33 commit ea8865b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Build python package
run: |
echo ${{ github.ref_name }} > VERSION
Expand Down

0 comments on commit ea8865b

Please sign in to comment.