Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Feb 9, 2025
1 parent 7623e1c commit e6313de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: release-${{ github.ref_name }}-${{ github.sha }}
name: release-${{ github.sha }}
path: dist
include-hidden-files: true

Expand All @@ -55,7 +55,7 @@ jobs:
- name: Download package
uses: actions/download-artifact@v4
with:
name: release-${{ github.ref_name }}-${{ github.sha }}
name: release-${{ github.sha }}
path: dist

- name: Publish package to TestPyPI
Expand Down

0 comments on commit e6313de

Please sign in to comment.