Skip to content

Commit 57cd786

Browse files
authored
Build clean up (#318)
1 parent d6dd67e commit 57cd786

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🚀 Deploy to PyPI
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88
jobs:
99
build:

tox.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[tox]
2-
envlist = pre-commit,py{36,37,38,39}-sql{11,12,13,14}
2+
envlist = pre-commit,py{36,37,38,39}-sql{12,13,14}
33
skipsdist = true
44
minversion = 3.7.0
55

66
[gh-actions]
77
python =
8-
2.7: py27
9-
3.5: py35
108
3.6: py36
119
3.7: py37
1210
3.8: py38

0 commit comments

Comments
 (0)