Skip to content

Commit cfa923e

Browse files
committed
github: Update workflows
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
1 parent 9df3931 commit cfa923e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ jobs:
5454
body: ${{steps.changelog.outputs.changelog}}
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
58+
- name: '📦 Publish to PyPI'
59+
uses: pypa/gh-action-pypi-publish@release/v1
60+
with:
61+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)