diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 990da5b70..9d9c0be7f 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -11,7 +11,7 @@ permissions: contents: write jobs: - release-pypi: + deploy-docs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 @@ -28,24 +28,8 @@ jobs: run: | git config user.email "action@github.com" git config user.name "GitHub Action" - - name: Bumping version - run: | - nox -s bump -- micro - git push origin main - - name: Build artifacts - run: | - nox -s build - - name: Test Build - run: | - python -m pip install dist/*.whl - eva --version - name: Deploy Documentation run: | git fetch origin gh-pages:gh-pages nox -s docs -- deploy --update-aliases main git push origin gh-pages - - name: Publish package distributions to PyPI - run: nox -s publish -- --no-build - env: - PDM_PUBLISH_USERNAME: ${{ secrets.PYPI_USERNAME }} - PDM_PUBLISH_PASSWORD: ${{ secrets.PYPI_PASSWORD }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 353357476..5d71d8af7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,9 +13,6 @@ permissions: jobs: release-pypi: runs-on: ubuntu-latest - permissions: - id-token: write - contents: write steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setting up PDM @@ -31,10 +28,6 @@ jobs: run: | git config user.email "action@github.com" git config user.name "GitHub Action" - - name: Bumping version - run: | - nox -s bump -- to "${{ github.ref_name }}" - git push origin main - name: Build artifacts run: | nox -s build diff --git a/pyproject.toml b/pyproject.toml index b1fc27a16..a36af45a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "pdm.backend" [project] name = "kaiko-eva" -version = "0.1.0" +version = "0.1.2" description = "Evaluation Framework for oncology foundation models." keywords = [ "machine-learning",