Compare commits

..

2 Commits

Author SHA1 Message Date
a9ee7487c9 Update v1 dependencies 2020-02-20 10:01:59 +09:00
305373e8f3 Follow the python minor version 2020-01-17 17:56:13 +09:00
5 changed files with 450 additions and 1464 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
__pycache__
.python-version
node_modules
.DS_Store

1900
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
GitPython==3.0.5
PyGithub==1.44.1
GitPython==3.0.8
PyGithub==1.46

View File

@ -10,7 +10,7 @@ async function run() {
core.debug(`src: ${src}`);
// Setup Python from the tool cache
setupPython("3.8.1", "x64");
setupPython("3.8.x", "x64");
// Install requirements
await exec.exec("pip", [

View File

@ -1,2 +1,2 @@
GitPython==3.0.5
PyGithub==1.44.1
GitPython==3.0.8
PyGithub==1.46