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-package.yml
-31Lines changed: 0 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -39,34 +39,3 @@ jobs:
39
39
- name: Test with pytest
40
40
run: |
41
41
pytest
42
-
43
-
44
-
# This workflow will upload a Python Package using Twine when a release is created
45
-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
46
-
47
-
# This workflow uses actions that are not certified by GitHub.
48
-
# They are provided by a third-party and are governed by
49
-
# separate terms of service, privacy policy, and support
# This workflow will upload a Python Package using Twine 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
0 commit comments