Skip to content

Commit

Permalink
Merge pull request #50 from goodmami/bump-upload-artifacts-v4
Browse files Browse the repository at this point in the history
Bump upload artifacts v4
  • Loading branch information
goodmami authored Sep 10, 2024
2 parents ed9789c + bf39cb7 commit 66123a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test source distribution
run: pytest test/
- name: Store the source distribution
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*.tar.gz
Expand All @@ -53,7 +53,7 @@ jobs:
CIBW_SKIP: "pp* *-win32 *linux_i686" # skip PyPy, 32-bit
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/test/"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: ./wheelhouse/*.whl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install
run: python -m pip install ".[dev]"
- name: Lint
run: ruff .
run: ruff check .
- name: Type Check
run: mypy pe

Expand Down

0 comments on commit 66123a0

Please sign in to comment.