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 7affa84 commit b46d724Copy full SHA for b46d724
.github/workflows/publish.yml
@@ -0,0 +1,17 @@
1
+name: publish
2
+on:
3
+ push:
4
+ tags:
5
+ - *
6
+
7
+jobs:
8
+ pypi-publish:
9
+ name: upload release to PyPI
10
+ runs-on: ubuntu-latest
11
+ permissions:
12
+ # IMPORTANT: this permission is mandatory for trusted publishing
13
+ id-token: write
14
+ steps:
15
+ # retrieve your distributions here
16
+ - name: Publish package distributions to PyPI
17
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments