Skip to content

Commit dc339b5

Browse files
committed
Switch back to tag deploy.
1 parent cee7f80 commit dc339b5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
name: Deploy Release
44

5-
# on:
6-
# push:
7-
# tags:
8-
# - '*'
9-
10-
# This is for debugging.
115
on:
126
push:
13-
branches: [ master ]
14-
pull_request:
15-
branches: [ master ]
7+
tags:
8+
- '*'
9+
10+
# This is for debugging.
11+
# on:
12+
# push:
13+
# branches: [ master ]
14+
# pull_request:
15+
# branches: [ master ]
1616

1717
env:
1818
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)