Skip to content

尝试兼容lagrange的转发消息(但是gocq没测过) #29

尝试兼容lagrange的转发消息(但是gocq没测过)

尝试兼容lagrange的转发消息(但是gocq没测过) #29

Workflow file for this run

name: publish
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish python poetry package
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}