Skip to content

Commit

Permalink
Merge pull request #1272 from glotzerlab/dependabot-github_actions-ma…
Browse files Browse the repository at this point in the history
…in-actions-version-39a6d870d0

build(deps): Bump the actions-version group with 4 updates
  • Loading branch information
joaander authored Aug 1, 2024
2 parents 8a5c9df + 10df0b2 commit 13499f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
submodules: "recursive"

- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
env:
CIBW_BUILD: "${{ matrix.python.version }}-*"
CIBW_SKIP: "{pp*,*-musllinux_*}"
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
matplotlib==${{ matrix.python.oldest_matplotlib }}
CIBW_TEST_COMMAND: "cd {package}/tests && pytest . -v --log-level=DEBUG"

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: dist-${{ matrix.os.base }}-${{ matrix.os.version }}-${{ matrix.python.version }}
path: ./wheelhouse/*.whl
Expand All @@ -129,7 +129,7 @@ jobs:
with:
submodules: "recursive"

- uses: actions/[email protected].0
- uses: actions/[email protected].1
name: Install Python
with:
python-version: '3.12'
Expand All @@ -143,7 +143,7 @@ jobs:
- name: Build sdist
run: python -m build --sdist --outdir dist/ .

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: dist-sdist
path: dist/*.tar.gz
Expand All @@ -157,7 +157,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
merge-multiple: 'true'
pattern: dist-*
Expand Down

0 comments on commit 13499f0

Please sign in to comment.