Skip to content

Commit c63a2e1

Browse files
committed
Auto-publish to pypi
1 parent b26344f commit c63a2e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pypi_publish.yml

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

0 commit comments

Comments
 (0)