Skip to content

Commit

Permalink
Switch back to tag deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Jun 7, 2020
1 parent cee7f80 commit dc339b5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

name: Deploy Release

# on:
# push:
# tags:
# - '*'

# This is for debugging.
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
tags:
- '*'

# This is for debugging.
# on:
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]

env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit dc339b5

Please sign in to comment.