Skip to content

Commit 8c87dee

Browse files
authored
Merge pull request #8 from openmv/fix_workflows
github: Update workflows
2 parents 9df3931 + cfa923e commit 8c87dee

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)