Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/pypa/cibuildwheel-…
Browse files Browse the repository at this point in the history
…2.19.2
  • Loading branch information
molpopgen authored Aug 1, 2024
2 parents 90d58c1 + f149c6e commit 026fe1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
# Artifact name
name: docs_output # optional
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download sdist
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: sdist
- name: Set up Python
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download sdist
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: linux-wheels
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download sdist
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: ${{ matrix.os }}-wheels
- uses: actions/setup-python@v5
Expand All @@ -205,7 +205,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download all
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
- name: Move to dist
run: |
mkdir dist
Expand Down

0 comments on commit 026fe1d

Please sign in to comment.