Skip to content

Commit

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

build(deps): Bump the actions-version group with 4 updates
  • Loading branch information
joaander authored Apr 1, 2024
2 parents ef03592 + 43de88c commit c99d258
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
submodules: "recursive"

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
env:
# Build for cpython >= 3.6.
CIBW_PROJECT_REQUIRES_PYTHON: "==${{ matrix.pyver }}.*"
Expand Down Expand Up @@ -72,11 +72,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'build_wheels') || github.event_name != 'pull_request' }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
submodules: "recursive"

- uses: actions/setup-python@v5.0.0
- uses: actions/setup-python@v5.1.0
name: Install Python
with:
python-version: '3.9'
Expand Down Expand Up @@ -112,15 +112,15 @@ jobs:
- name: Upload to PyPI
# upload to PyPI on every tag starting with 'v'
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/[email protected].12
uses: pypa/[email protected].14
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Upload to TestPyPI
# otherwise, upload to TestPyPi when secrets are available
if: ${{ !startsWith(github.ref, 'refs/tags/v') && (github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')) }}
uses: pypa/[email protected].12
uses: pypa/[email protected].14
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
container:
image: glotzerlab/ci:2021.11-clang10_py38
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
submodules: true
- name: Install pre-commit
Expand Down

0 comments on commit c99d258

Please sign in to comment.