Skip to content

Commit

Permalink
Fix release workflow path (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Feb 14, 2024
1 parent fb1a857 commit 5e81218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: write
steps:
- name: Run CI
uses: ./release.yml
uses: ./.github/workflows/ci.yml
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Make wheel dir
Expand Down

0 comments on commit 5e81218

Please sign in to comment.