Skip to content

Commit

Permalink
Rename artifact to opendht-wheels-linux
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
abitrolly committed Dec 13, 2023
1 parent fc741fd commit c475e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: linux-wheels
name: opendht-wheels-linux
path: ./wheelhouse/*.whl

publish:
Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: linux-wheels
name: opendht-wheels-linux

- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit c475e5e

Please sign in to comment.