Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use workflow file names
Browse files Browse the repository at this point in the history
gijzelaerr committed Jul 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e515236 commit 128e6cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -29,22 +29,22 @@ jobs:
- name: "Download macOS artifacts"
uses: dawidd6/action-download-artifact@v6
with:
workflow: "Build and test wheels osx/amd64"
workflow: osx-build-test-amd64.yml
path: dist
- name: "Download Linux/amd64 artifacts"
uses: dawidd6/action-download-artifact@v6
with:
workflow: "Build and test wheels linux/amd64"
workflow: osx-build-test-amd64.yml
path: dist
- name: "Download Linux/arm64 artifacts"
uses: dawidd6/action-download-artifact@v6
with:
workflow: "Build and test wheels linux/arm64"
workflow: linux-build-test-arm64.yml
path: dist
- name: Download Windows artifacts
- name: "Download Windows artifacts"
uses: dawidd6/action-download-artifact@v6
with:
workflow: "Build and test wheels windows/amd64"
workflow: windows-build-test-amd64.yml
path: dist
- name: Combine artifacts
uses: actions/upload-artifact@v4

0 comments on commit 128e6cf

Please sign in to comment.