Skip to content

#191: Moved file py.typed to folder exasol/bucketfs (#192) #2

#191: Moved file py.typed to folder exasol/bucketfs (#192)

#191: Moved file py.typed to folder exasol/bucketfs (#192) #2

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