这是indexloc提供的服务,不要输入任何密码
Skip to content

0.5.8-3

0.5.8-3 #3

Workflow file for this run

name: Publish
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.9"
pypi_token: ${{ secrets.PYPI_TOKEN }}