From fa2ce810d79cf50f583358c4cfc8b45027580c29 Mon Sep 17 00:00:00 2001 From: Nicolas Grislain Date: Wed, 3 Nov 2021 15:05:42 +0100 Subject: [PATCH] 0.2.7 --- .github/workflows/main.yml | 3 +-- .github/workflows/python-publish.yml | 6 +++--- python-package/dp_xgboost/VERSION | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d6bc8b..2f5276f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,8 +4,7 @@ name: DP-XGBoost-CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch -# on: [push, pull_request] -on: [pull_request] +on: [push, pull_request] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 7795da9..0ba8aba 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -43,7 +43,7 @@ jobs: strategy: matrix: os: [macos-10.15, windows-latest] - python-version: ["3.7", "3.8"] + python-version: ["3.6", "3.7", "3.8"] steps: - uses: actions/checkout@v2 with: @@ -65,7 +65,7 @@ jobs: - name: Publish wheels to PyPI run: | pip install twine - python -m twine upload python-package/dist/* + python -m twine upload python-package/dist/* || true build-wheels-linux: runs-on: ubuntu-latest @@ -85,7 +85,7 @@ jobs: - name: Publish wheels to PyPI run: | pip install twine - python -m twine upload python-package/dist/*-manylinux*.whl + python -m twine upload python-package/dist/*-manylinux*.whl || true \ No newline at end of file diff --git a/python-package/dp_xgboost/VERSION b/python-package/dp_xgboost/VERSION index 53a75d6..b003284 100644 --- a/python-package/dp_xgboost/VERSION +++ b/python-package/dp_xgboost/VERSION @@ -1 +1 @@ -0.2.6 +0.2.7