Skip to content

Commit efd0171

Browse files
Add publish step
1 parent a03af6f commit efd0171

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ jobs:
133133
with:
134134
name: dist
135135
path: dist/
136+
137+
pypi-publish:
138+
name: Upload release to PyPI
139+
runs-on: ubuntu-latest
140+
permissions:
141+
id-token: write
142+
steps:
143+
- name: Publish package distributions to PyPI
144+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)