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
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,4 @@
1
-
# This workflow will upload a Python Package to PyPI when a release is created
2
-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3
-
4
-
# This workflow uses actions that are not certified by GitHub.
5
-
# They are provided by a third-party and are governed by
6
-
# separate terms of service, privacy policy, and support
7
-
# documentation.
1
+
# This workflow will upload a Python Package to PyPI when a push occurs
8
2
9
3
name: Upload Python Package
10
4
@@ -41,19 +35,11 @@ jobs:
41
35
needs:
42
36
- release-build
43
37
permissions:
44
-
# IMPORTANT: this permission is mandatory for trusted publishing
45
38
id-token: write
46
39
47
-
# Dedicated environments with protections for publishing are strongly recommended.
48
-
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
49
40
environment:
50
41
name: pypi
51
-
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
52
42
url: https://pypi.org/p/disinheritance
53
-
#
54
-
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
55
-
# ALTERNATIVE: exactly, uncomment the following line instead:
0 commit comments