From 2287fcc1c2b3a953cd638029d69415e03728ea1f Mon Sep 17 00:00:00 2001 From: Manuel InfoSec Date: Thu, 11 Aug 2022 18:11:47 +0100 Subject: [PATCH] Update files --- .gitignore | 3 ++- .travis.yml | 17 ----------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index e9fbffe..28ef1a5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ __pycache__ .gitattributes build dist -kuda_python.egg-info \ No newline at end of file +kuda_python.egg-info +deploy.bat \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a958b29..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: python -python: - - 3.6 - -before_install: - - python --version - - pip install -U pip - -install: - - pip install -r requirements.txt - -deploy: - provider: pypi - username: "manuelinfosec" - password: "$PYPI_TOKEN" - on: - branch: main \ No newline at end of file