Skip to content

Commit

Permalink
Update build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Apr 19, 2024
1 parent efb1d66 commit 8b73624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: python -m pip install --upgrade pip build wheel twine
- run: python -m pip install --upgrade pip build twine
- run: python -m build --sdist --wheel
- run: python -m twine check dist/*
- uses: actions/upload-artifact@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: python -m build
- run: python -m pip install --upgrade pip build
- run: python -m build --sdist --wheel
- uses: actions/upload-artifact@v4
with:
name: release-dists
Expand Down

0 comments on commit 8b73624

Please sign in to comment.