Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Dec 25, 2024
1 parent 1126ef7 commit 3a6812e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:

strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Install Python 3.12.4
- uses: actions/setup-python@v5
uses: actions/setup-python@v5
with:
python-version: '3.12.4'
python-version: '3.12.4'

- name: Install setuptools
run: |
Expand All @@ -40,4 +40,4 @@ jobs:
uses: samuelmeuli/[email protected]
with:
github_token: ${{ secrets.github_token }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit 3a6812e

Please sign in to comment.