WorksApplications / SudachiTra

Japanese tokenizer for Transformers
Apache License 2.0
78 stars 10 forks source link

Python publish workflow is not kicked on the release #60

Closed mh-northlander closed 1 year ago

mh-northlander commented 1 year ago

The trigger of python-publish.yaml workflow (below) does not triggers when I created v0.1.8 release draft and published it.

on:
  release:
    types: [created]

type published may fix this. ref: https://github.com/community/community/discussions/16244

mh-northlander commented 1 year ago

I also want to use pypa/gh-action-pypi-publish.