Closed mh-northlander closed 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.
python-publish.yaml
on: release: types: [created]
type published may fix this. ref: https://github.com/community/community/discussions/16244
published
I also want to use pypa/gh-action-pypi-publish.
The trigger of
python-publish.yaml
workflow (below) does not triggers when I created v0.1.8 release draft and published it.type
published
may fix this. ref: https://github.com/community/community/discussions/16244