Skip to content

Commit

Permalink
fix artefact name
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jul 5, 2024
1 parent fe14532 commit 9c61b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: wheels
name: dist
path: dist/*.whl

linux-test-arm64:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Publish distribution 📦 to Test PyPI

on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_run:
workflows:
- "Build and test wheels linux/amd64"
Expand Down Expand Up @@ -58,7 +54,7 @@ jobs:
- name: show dist layout
run: |
ls -al
ls -al list
ls -al dist
find dist
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 9c61b68

Please sign in to comment.