Skip to content

Commit 920a109

Browse files
committed
Add github action
1 parent c210016 commit 920a109

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/publishing.yml

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.venv

0 commit comments

Comments
 (0)