You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/python-publish.yml
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,4 @@
1
-
# This workflows will upload a Python Package using Twine when a release is created
2
-
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
3
-
4
-
name: Upload Python Package
1
+
name: Publish
5
2
6
3
on:
7
4
release:
@@ -12,9 +9,14 @@ on:
12
9
13
10
jobs:
14
11
deploy:
12
+
name: Upload to PyPI
15
13
16
14
runs-on: ubuntu-latest
17
15
16
+
permissions:
17
+
# IMPORTANT: this permission is mandatory for Trusted Publishing
0 commit comments