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/main.yml
+3-2
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,11 @@ jobs:
21
21
python -m pip install --upgrade pip
22
22
pip install poetry
23
23
# use the hardcoded version number for now. if this is merged to the main repo, you can uncomment these lines to automatically tag the version number with the github run number
24
+
# e.g. poetry version 0.1.${{ github.run_number }}
0 commit comments