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
- Update actions/checkout from v2 to v4
- Update actions/setup-python from v2 to v5
- Update github/codeql-action from v1 to v3
- Update Python versions: drop EOL 3.8/3.9, use 3.10/3.11
- Re-enable pytest (was commented out with "skipping tests!")
- Use [test] extras instead of [dev] to avoid visdom build failure
- Use [docs] extras for docs workflow instead of [dev]
- Remove stale workarounds (azure apt sources, old ipython pins)
- Simplify disk cleanup steps
- Remove unnecessary strategy matrix for single-version jobs
Copy file name to clipboardExpand all lines: .github/workflows/publish-to-pypi.yml
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,3 @@
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
0 commit comments