Skip to content

feat: /api/v4/botx/smartapps/unread_counter support (#487) #106

feat: /api/v4/botx/smartapps/unread_counter support (#487)

feat: /api/v4/botx/smartapps/unread_counter support (#487) #106

Workflow file for this run

name: Publish python package
on:
push:
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Assert tag is from master
run: git branch -a --contains $(git describe --tags) | grep master
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}