Skip to content

fix: Fix the issue of get_symmetric_cipher has wrong default value (f… #9

fix: Fix the issue of get_symmetric_cipher has wrong default value (f…

fix: Fix the issue of get_symmetric_cipher has wrong default value (f… #9

Workflow file for this run

name: Publish to Pypi
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build and publish to Pypi
uses: JRubics/[email protected]
with:
python_version: "3.7"
poetry_version: "==1.2.1"
ignore_dev_requirements: "yes"
repository_name: "bk-crypto-python-sdk"
pypi_token: ${{ secrets.PYPI_TOKEN }}