Skip to content

Commit

Permalink
fix: build GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed May 20, 2023
1 parent 862a64f commit db12dda
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:
uses: dsaltares/fetch-gh-release-asset@1.1.0
with:
regex: true
file: 'stimupy-.[0-9]*\.[0-9]*\.[0-9]*\.whl'
file: 'stimupy-.[0-9]*\.[0-9]*\.[0-9]*-py3-none-any\.whl'
target: 'dist/'

- name: Fetch sdist(s) from release
Expand Down

0 comments on commit db12dda

Please sign in to comment.