Skip to content

Commit 662fb15

Browse files
committed
pypi release workflow
1 parent 06911a9 commit 662fb15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
jobs:
2+
pypi-publish:
3+
name: upload release to PyPI
4+
runs-on: ubuntu-latest
5+
permissions:
6+
id-token: write
7+
steps:
8+
- name: Publish package distributions to PyPI
9+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)