We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9a083 commit 78fe051Copy full SHA for 78fe051
1 file changed
.github/workflows/release.yml
@@ -64,3 +64,22 @@ jobs:
64
linux.zip
65
macos.zip
66
windows.zip
67
+
68
+ pypi-publish:
69
+ runs-on: ubuntu-latest
70
71
+ environment: pypi
72
73
+ permissions:
74
+ id-token: write
75
76
+ steps:
77
+ - uses: actions/checkout@v4
78
79
+ - name: build wheel and sdist
80
+ run: |
81
+ pip install flit
82
+ flit build
83
84
+ - name: publish
85
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments