Skip to content

Commit

Permalink
specified python version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongkyun-oh committed Sep 30, 2024
1 parent 2fd22bf commit 85d4b33
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 85d4b33

Please sign in to comment.