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
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
6
+
# See: https://circleci.com/docs/2.0/orb-intro/
7
+
orbs:
8
+
# The python orb contains a set of prepackaged CircleCI configuration you can use repeatedly in your configuration files
9
+
# Orb commands and jobs help you with common scripting around a language/tool
10
+
# so you dont have to copy and paste it everywhere.
11
+
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python
0 commit comments