diff --git a/.github/workflows/code_lint.yml b/.github/workflows/code_lint.yml deleted file mode 100644 index 3ea9569..0000000 --- a/.github/workflows/code_lint.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Python Code Quality Check -on: - pull_request: - branches: - - master - -jobs: - formatting-check: - name: Quality Check - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: ricardochaves/python-lint@v1.3.0 - with: - python-root-list: "ganslate" - use-pylint: true - use-pycodestyle: false - use-flake8: false - use-black: false - use-mypy: true - use-isort: false - extra-pylint-options: "" - extra-pycodestyle-options: "" - extra-flake8-options: "" - extra-black-options: "" - extra-mypy-options: "" - extra-isort-options: "" diff --git a/.github/workflows/ganslate_testing_suite.yml b/.github/workflows/ganslate_testing_suite.yml index 7b9c2a0..18bea6f 100644 --- a/.github/workflows/ganslate_testing_suite.yml +++ b/.github/workflows/ganslate_testing_suite.yml @@ -67,6 +67,5 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.TESTPYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }} skip_existing: true diff --git a/.github/workflows/yapf_check.yml b/.github/workflows/yapf_check.yml deleted file mode 100644 index 87a19f8..0000000 --- a/.github/workflows/yapf_check.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: YAPF Formatting Check -on: - pull_request: - branches: - - master -jobs: - formatting-check: - name: Formatting Check - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: run YAPF to test if python code is correctly formatted - uses: AlexanderMelde/yapf-action@master - with: - args: --verbose --style=/github/workspace/setup.cfg diff --git a/pyproject.toml b/pyproject.toml index 57908cd..2a92c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ ] build-backend = "setuptools.build_meta" [tool.bumpver] -current_version = "0.1.5" +current_version = "0.1.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version to {new_version}" commit = true diff --git a/setup.cfg b/setup.cfg index f6a00f2..091cccf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ganslate -version = 0.1.5 +version = 0.1.1 author = "ganslate team" # author-email = url = https://github.com/Maastro-CDS-Imaging-Group/ganslate