Skip to content

Commit

Permalink
Auto-publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jun 20, 2023
1 parent b26344f commit c63a2e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/batch-mailchimp
permissions:
id-token: write
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c63a2e1

Please sign in to comment.