Skip to content

Bump version to 0.9.2 #7

Bump version to 0.9.2

Bump version to 0.9.2 #7

Workflow file for this run

name: Publish
on:
push:
tags: [ 'v[0-9]+\.[0-9]+.*' ]
jobs:
build:
uses: ./.github/workflows/ci.yml
publish:
needs: build
runs-on: ubuntu-22.04
environment:
name: release
url: https://pypi.org/p/ft-scikit-optimize
permissions:
id-token: write
steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: package
path: dist
- name: Publish 📦 on PyPI Test
uses: pypa/[email protected]
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish 📦 on PyPI
uses: pypa/[email protected]
docs:
if: false
needs: build
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ 3.11 ]
steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: docs
- name: Publish docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_DOCS_TOKEN }}
run: |
.github/scripts/publish_docs.sh doc/_build/html/stable