We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26344f commit c63a2e1Copy full SHA for c63a2e1
.github/workflows/pypi_publish.yml
@@ -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