Skip to content

Commit

Permalink
Merge pull request #116 from yt-project/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/workflows/actions-b0001865c0

Bump the actions group in /.github/workflows with 3 updates
  • Loading branch information
neutrinoceros authored Oct 1, 2024
2 parents c57c412 + 065db64 commit be07c33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.13-dev
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
- uses: astral-sh/setup-uv@v3

- name: Install dependencies
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
- uses: astral-sh/setup-uv@v3

- name: Build
run: |
Expand Down
15 changes: 5 additions & 10 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- uses: astral-sh/setup-uv@v2
with:
enable-cache: true

- uses: astral-sh/setup-uv@v3
- name: Build wheels for CPython
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.21.1
with:
output-dir: dist
env:
Expand All @@ -53,7 +50,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
- uses: astral-sh/setup-uv@v3
- name: Build sdist
run: uv build --sdist
- name: Upload sdist
Expand All @@ -68,9 +65,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
- uses: astral-sh/setup-uv@v3
- name: Install build time dependencies
run: |
uv venv
Expand Down Expand Up @@ -102,7 +97,7 @@ jobs:
merge-multiple: true

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.0
uses: pypa/gh-action-pypi-publish@v1.10.2
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit be07c33

Please sign in to comment.