Skip to content

Commit

Permalink
Update GitHub Actions dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Feb 28, 2024
1 parent a4ba44c commit 69c44b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Prepare venv
run: python -m venv venv
- name: Install venv Dependencies
run: venv/bin/python -m pip install --upgrade pip build
- name: Build Package
run: venv/bin/python -m build
- name: Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: honkypy-dist
path: dist/

0 comments on commit 69c44b0

Please sign in to comment.