Skip to content

Commit

Permalink
Merge branch 'master' into use-unix-path
Browse files Browse the repository at this point in the history
  • Loading branch information
ikamensh authored Jan 30, 2025
2 parents 0bc4744 + 7ff03ad commit 4278c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: pip install build
- run: python -m build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*

0 comments on commit 4278c8a

Please sign in to comment.