Skip to content

Commit

Permalink
Merge pull request #375 from getlogbook/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.3.1

Bump actions/upload-artifact from 3.1.3 to 4.3.1
  • Loading branch information
RazerM authored Feb 10, 2024
2 parents 1658411 + b517425 commit e7cc074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ls -lR artifacts/
mkdir dist
mv artifacts/sdist/*.tar.gz dist/
mv artifacts/wheels/*.whl dist/
mv artifacts/wheels-*/*.whl dist/
- name: Publish to pypi.org
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: .venv/bin/pip install -U pip build
- name: Make sdist
run: .venv/bin/python -m build --sdist
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: sdist
path: dist/*.tar.gz
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5

- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: wheels
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl

0 comments on commit e7cc074

Please sign in to comment.