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 06911a9 commit 662fb15Copy full SHA for 662fb15
.github/workflows/release.yaml
@@ -0,0 +1,9 @@
1
+jobs:
2
+ pypi-publish:
3
+ name: upload release to PyPI
4
+ runs-on: ubuntu-latest
5
+ permissions:
6
+ id-token: write
7
+ steps:
8
+ - name: Publish package distributions to PyPI
9
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments