Skip to content

Commit

Permalink
Build clean up (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanlonden committed Sep 21, 2021
1 parent d6dd67e commit 57cd786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🚀 Deploy to PyPI
on:
push:
tags:
- 'v*'
- '*'

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[tox]
envlist = pre-commit,py{36,37,38,39}-sql{11,12,13,14}
envlist = pre-commit,py{36,37,38,39}-sql{12,13,14}
skipsdist = true
minversion = 3.7.0

[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
3.8: py38
Expand Down

0 comments on commit 57cd786

Please sign in to comment.