Skip to content

Commit e45dfab

Browse files
committed
fix duplication
1 parent 8e5f8f9 commit e45dfab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ artifacts:
7878

7979
deploy:
8080
provider: GitHub
81-
artifact: /.*\.whl/
82-
type: File
81+
artifact: '**\*.whl'
8382
name: trust_pypi_example
8483
# TODO update `auth_token.secure`
8584
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
@@ -111,3 +110,4 @@ notifications:
111110
112111
on_build_success: false
113112
on_build_failure: false
113+
on_build_status_changed: false

0 commit comments

Comments
 (0)