Skip to content

Refactoring/#43 remove old bucket fs api and package (#187) #1

Refactoring/#43 remove old bucket fs api and package (#187)

Refactoring/#43 remove old bucket fs api and package (#187) #1

Workflow file for this run

name: CD
on:
push:
tags:
- '**'
jobs:
check-tag-version-job:
name: Check Release Tag
uses: ./.github/workflows/check-release-tag.yml
cd-job:
name: Continuous Delivery
uses: ./.github/workflows/build-and-publish.yml
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
publish-docs:
needs: [ cd-job ]
name: Publish Documentation
uses: ./.github/workflows/gh-pages.yml