Skip to content

Commit 43ff9c2

Browse files
committed
docs(tutorials/github_actions): add pypa/gh-action-pypi-publish as reference
#161
1 parent 62408e8 commit 43ff9c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorials/github_actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,6 @@ jobs:
9797
```
9898

9999
Notice that we are calling a bash script in `./scripts/publish`, you should configure it with your tools (twine, poetry, etc.). Check [commitizen example](https://github.com/commitizen-tools/commitizen/blob/master/scripts/publish)
100+
You can also use [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) to publish your package.
100101

101102
Push the changes and that's it.

0 commit comments

Comments
 (0)