Skip to content

Commit

Permalink
chore(deps): bump wntrblm/nox from 2024.04.15 to 2024.10.09 in the ac…
Browse files Browse the repository at this point in the history
…tions group (scikit-build#548)

* chore(deps): bump wntrblm/nox in the actions group

Bumps the actions group with 1 update: [wntrblm/nox](https://github.com/wntrblm/nox).


Updates `wntrblm/nox` from 2024.04.15 to 2024.10.09
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2024.04.15...2024.10.09)

---
updated-dependencies:
- dependency-name: wntrblm/nox
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
dependabot[bot] and henryiii authored Oct 14, 2024
1 parent 23b5d8f commit 6c29a0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,20 +180,21 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.7", "3.12"]
python: ["3.7", "3.13"]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Install Python ${{ matrix.python }}
with:
python-version: ${{ matrix.python }}
- uses: astral-sh/setup-uv@v3

- name: Setup environment
run: |
uv venv --python ${{ matrix.python }}
uv pip install pytest pytest-cov
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libssl-dev
pip install pytest pytest-cov
- uses: actions/download-artifact@v4
with:
Expand All @@ -204,12 +205,11 @@ jobs:
env:
CMAKE_ARGS: "-DBUILD_CMAKE_FROM_SOURCE:BOOL=OFF"
run: |
pip -V
pip install dist/*.tar.gz
uv pip install dist/*.tar.gz
rm -rf dist
- name: Test installed SDist
run: pytest ./tests
run: .venv/bin/pytest ./tests

check_dist:
name: Check dist
Expand Down Expand Up @@ -248,3 +248,5 @@ jobs:
subject-path: "dist/cmake-*"

- uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
dependency_nice: "OpenSSL"
steps:
- uses: actions/checkout@v4
- uses: wntrblm/nox@2024.04.15
- uses: wntrblm/nox@2024.10.09
- name: "Run update: bump ${{ matrix.dependency_nice }}"
id: bump
run: |
Expand Down

0 comments on commit 6c29a0c

Please sign in to comment.