Skip to content

Commit

Permalink
Fix artifact names in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
olivi-r committed Dec 29, 2023
1 parent a8ef52e commit 2ba0bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploy:
provider: GitHub
auth_token:
secure: atWS2pKyihyRyTzMopS3FzlG+VT/r3fx5pk+7E2BwvyxdAGiSmH/pDXPBIPArdW0
artifact: dist\\*
artifact: /.*\.(whl|tar\.gz)/
draft: true
on:
branch: main

0 comments on commit 2ba0bad

Please sign in to comment.