Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release workflow #424

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

KasukabeDefenceForce
Copy link
Contributor

@KasukabeDefenceForce KasukabeDefenceForce commented Dec 11, 2024

📝 Description

Type: 🪲 bugfix | 🚀 feature | ☣️ breaking change | 🚦 testing | 📝 documentation | 🎢 infrastructure

This PR aims at adding a release workflow to carsus.

Sample workflow run:
https://github.com/KasukabeDefenceForce/carsus/actions/runs/12628495858

Sample release published:
https://github.com/KasukabeDefenceForce/carsus/releases

📌 Resources

Examples, notebooks, and links to useful references.

🚦 Testing

How did you test these changes?

  • Testing pipeline
  • Other method (describe)
  • My changes can't be tested (explain why)

☑️ Checklist

  • I requested two reviewers for this pull request
  • I updated the documentation according to my changes
  • I built the documentation by applying the build_docs label

Note: If you are not allowed to perform any of these actions, ping (@) a contributor.

Copy link
Contributor

github-actions bot commented Dec 11, 2024

*beep* *bop*
Hi human,
I ran ruff on the latest commit (e516ba9).
Here are the outputs produced.
Results can also be downloaded as artifacts here.
Summarised output:

1101	    	syntax-error
 5	E701	multiple-statements-on-one-line-colon

Complete output(might be large):

.github/workflows/post-release.yml:3:4: SyntaxError: Expected an expression
.github/workflows/post-release.yml:4:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:4:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:5:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:7:3: SyntaxError: Expected a statement
.github/workflows/post-release.yml:7:38: SyntaxError: Expected an expression
.github/workflows/post-release.yml:9:1: SyntaxError: Expected a statement
.github/workflows/post-release.yml:9:6: SyntaxError: Expected an expression
.github/workflows/post-release.yml:10:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:10:13: SyntaxError: Expected an expression
.github/workflows/post-release.yml:11:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:11:5: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:12:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:13:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:13:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:14:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:14:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:16:18: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:17:11: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:19:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:19:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:19:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:20:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:21:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:23:33: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:24:13: SyntaxError: Expected an expression
.github/workflows/post-release.yml:25:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:27:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:28:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:28:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:32:3: SyntaxError: Expected a statement
.github/workflows/post-release.yml:32:12: SyntaxError: Expected an expression
.github/workflows/post-release.yml:33:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:33:5: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:34:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:35:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:35:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:37:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:37:20: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/post-release.yml:37:31: SyntaxError: Expected 'in', found name
.github/workflows/post-release.yml:37:38: SyntaxError: Expected ':', found newline
.github/workflows/post-release.yml:38:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:40:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:40:21: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:41:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:42:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:43:11: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:45:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:45:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:46:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:46:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:46:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:46:36: SyntaxError: Expected an expression
.github/workflows/post-release.yml:48:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:48:22: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:49:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:49:14: SyntaxError: Expected an expression
.github/workflows/post-release.yml:49:15: SyntaxError: Expected an expression
.github/workflows/post-release.yml:50:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:50:17: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:51:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:51:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:51:38: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:53:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:54:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:54:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:58:3: SyntaxError: Expected a statement
.github/workflows/post-release.yml:58:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:59:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:59:5: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:60:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:61:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:61:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:63:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:63:20: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/post-release.yml:63:31: SyntaxError: Expected 'in', found name
.github/workflows/post-release.yml:63:38: SyntaxError: Expected ':', found newline
.github/workflows/post-release.yml:64:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:66:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:66:21: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:67:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:68:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:69:11: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:71:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:71:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:72:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:72:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:72:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:72:42: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:72:44: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:72:47: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:72:61: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:74:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:74:22: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:75:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:77:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:78:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:78:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:80:17: SyntaxError: Expected an expression
.github/workflows/post-release.yml:80:18: SyntaxError: Expected an expression
.github/workflows/post-release.yml:81:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:84:3: SyntaxError: Expected a statement
.github/workflows/post-release.yml:84:16: SyntaxError: Expected an expression
.github/workflows/post-release.yml:85:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:86:5: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:87:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:88:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:88:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:90:7: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:91:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:91:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:92:17: SyntaxError: Expected an expression
.github/workflows/post-release.yml:94:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:94:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:94:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:94:29: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:95:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:95:14: SyntaxError: Expected an expression
.github/workflows/post-release.yml:95:15: SyntaxError: Expected an expression
.github/workflows/post-release.yml:96:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:96:43: SyntaxError: Expected an identifier
.github/workflows/post-release.yml:97:42: SyntaxError: Expected an identifier
.github/workflows/post-release.yml:98:30: SyntaxError: Starred expression cannot be used here
.github/workflows/post-release.yml:98:32: SyntaxError: Expected an expression
.github/workflows/post-release.yml:98:33: SyntaxError: Expected an identifier
.github/workflows/post-release.yml:100:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:100:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:100:27: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:101:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:101:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:101:49: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:103:7: SyntaxError: Expected a statement
.github/workflows/post-release.yml:104:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:104:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:105:18: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:106:29: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:106:58: SyntaxError: Expected an expression
.github/workflows/post-release.yml:107:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:107:55: SyntaxError: Expected an expression
.github/workflows/post-release.yml:108:32: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:110:11: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:111:11: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:111:37: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:111:45: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/post-release.yml:111:49: SyntaxError: Invalid assignment target
.github/workflows/post-release.yml:111:62: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:112:31: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:113:17: SyntaxError: Expected an expression
.github/workflows/post-release.yml:113:18: SyntaxError: Expected an expression
.github/workflows/post-release.yml:114:1: SyntaxError: Unexpected indentation
.github/workflows/post-release.yml:114:14: SyntaxError: Expected a newline after line continuation character
.github/workflows/post-release.yml:114:20: SyntaxError: Expected a newline after line continuation character
.github/workflows/post-release.yml:114:23: SyntaxError: Expected a newline after line continuation character
.github/workflows/post-release.yml:114:28: SyntaxError: Expected a newline after line continuation character
.github/workflows/post-release.yml:114:29: SyntaxError: Expected an expression
.github/workflows/post-release.yml:114:31: SyntaxError: Expected an expression
.github/workflows/post-release.yml:116:23: SyntaxError: Expected an identifier
.github/workflows/post-release.yml:118:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:27: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:35: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:44: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:50: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:54: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:61: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:68: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:118:76: SyntaxError: Expected an identifier
.github/workflows/post-release.yml:120:13: SyntaxError: Expected a statement
.github/workflows/post-release.yml:120:15: SyntaxError: Expected a statement
.github/workflows/post-release.yml:120:25: SyntaxError: Expected an expression
.github/workflows/post-release.yml:120:34: SyntaxError: Expected a statement
.github/workflows/post-release.yml:120:35: SyntaxError: Expected an expression
.github/workflows/post-release.yml:120:38: SyntaxError: Expected an expression
.github/workflows/post-release.yml:121:13: SyntaxError: Expected a statement
.github/workflows/post-release.yml:121:14: SyntaxError: Expected a statement
.github/workflows/post-release.yml:122:13: SyntaxError: Expected a statement
.github/workflows/post-release.yml:122:19: SyntaxError: Got unexpected token `
.github/workflows/post-release.yml:122:32: SyntaxError: Got unexpected token `
.github/workflows/post-release.yml:122:43: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:49: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/post-release.yml:122:55: SyntaxError: Expected 'in', found name
.github/workflows/post-release.yml:122:72: SyntaxError: Expected ':', found name
.github/workflows/post-release.yml:122:80: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:84: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:93: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:103: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:107: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:128: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:131: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:136: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:141: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:122:141: SyntaxError: Only single target (not tuple) can be annotated
.github/workflows/post-release.yml:122:157: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:122:163: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:122:167: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:122:174: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:122:182: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:122:192: SyntaxError: missing closing quote in string literal
.github/workflows/post-release.yml:123:13: SyntaxError: Expected ',', found '>'
.github/workflows/post-release.yml:124:13: SyntaxError: Expected ',', found '>'
.github/workflows/post-release.yml:124:20: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:124:25: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:124:33: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:124:40: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:124:43: SyntaxError: Expected ',', found name
.github/workflows/post-release.yml:125:28: SyntaxError: Expected newline, found ','
.github/workflows/post-release.yml:126:11: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:127:9: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:129:13: SyntaxError: Expected a statement
.github/workflows/post-release.yml:129:20: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/post-release.yml:129:29: SyntaxError: Expected 'in', found name
.github/workflows/post-release.yml:130:9: SyntaxError: Expected ':', found name
.github/workflows/post-release.yml:130:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:132:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:132:28: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:133:9: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:133:17: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:133:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:133:27: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:134:9: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:135:23: SyntaxError: Expected a statement
.github/workflows/post-release.yml:135:25: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:135:26: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:136:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:138:13: SyntaxError: Expected a statement
.github/workflows/post-release.yml:138:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:138:28: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:139:9: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:139:17: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:139:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:139:27: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:140:9: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:141:23: SyntaxError: Expected a statement
.github/workflows/post-release.yml:141:25: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:141:26: SyntaxError: Invalid annotated assignment target
.github/workflows/post-release.yml:142:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:144:13: SyntaxError: Expected a statement
.github/workflows/post-release.yml:144:22: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:145:9: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:146:9: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/post-release.yml:146:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/post-release.yml:147:18: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:148:11: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:148:32: SyntaxError: Got unexpected token $
.github/workflows/post-release.yml:149:11: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/post-release.yml:150:11: SyntaxError: Expected an expression
.github/workflows/post-release.yml:151:1: SyntaxError: unexpected EOF while parsing
.github/workflows/release.yml:3:4: SyntaxError: Expected an expression
.github/workflows/release.yml:4:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:4:12: SyntaxError: Expected an expression
.github/workflows/release.yml:5:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:5:5: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:6:3: SyntaxError: Expected a statement
.github/workflows/release.yml:6:38: SyntaxError: Expected an expression
.github/workflows/release.yml:8:1: SyntaxError: Expected a statement
.github/workflows/release.yml:8:10: SyntaxError: Expected an expression
.github/workflows/release.yml:9:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:9:7: SyntaxError: Expected an expression
.github/workflows/release.yml:10:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:10:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:13:1: SyntaxError: Expected a statement
.github/workflows/release.yml:13:6: SyntaxError: Expected an expression
.github/workflows/release.yml:14:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:14:13: SyntaxError: Expected an expression
.github/workflows/release.yml:15:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:15:11: SyntaxError: Expected an expression
.github/workflows/release.yml:15:12: SyntaxError: Expected an identifier
.github/workflows/release.yml:15:13: SyntaxError: Expected an expression
.github/workflows/release.yml:17:9: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/release.yml:19:3: SyntaxError: Expected a statement
.github/workflows/release.yml:19:10: SyntaxError: Expected an expression
.github/workflows/release.yml:20:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:20:5: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:21:11: SyntaxError: Expected an expression
.github/workflows/release.yml:22:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:22:7: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:23:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:23:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/release.yml:25:18: SyntaxError: Got unexpected token $
.github/workflows/release.yml:27:7: SyntaxError: Expected a statement
.github/workflows/release.yml:27:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:27:29: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:28:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:28:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:28:29: SyntaxError: Expected an expression
.github/workflows/release.yml:28:96: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:30:7: SyntaxError: Expected a statement
.github/workflows/release.yml:30:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:30:30: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:31:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:31:14: SyntaxError: Expected an expression
.github/workflows/release.yml:31:16: SyntaxError: Expected an expression
.github/workflows/release.yml:32:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:32:23: SyntaxError: Got unexpected token $
.github/workflows/release.yml:32:29: SyntaxError: Expected ')', found name
.github/workflows/release.yml:32:44: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:32:61: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:32:73: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:32:80: SyntaxError: Expected a statement
.github/workflows/release.yml:32:81: SyntaxError: Expected a statement
.github/workflows/release.yml:33:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:34:9: SyntaxError: Expected a statement
.github/workflows/release.yml:36:7: SyntaxError: Expected a statement
.github/workflows/release.yml:37:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:37:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/release.yml:38:13: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:38:46: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:39:13: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:39:36: SyntaxError: Got unexpected token $
.github/workflows/release.yml:40:13: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:40:34: SyntaxError: Got unexpected token $
.github/workflows/release.yml:41:13: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:42:13: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:43:13: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:45:7: SyntaxError: Expected a statement
.github/workflows/release.yml:45:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:45:27: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:46:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:46:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:47:13: SyntaxError: Expected an expression
.github/workflows/release.yml:48:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:48:28: SyntaxError: Got unexpected token $
.github/workflows/release.yml:50:7: SyntaxError: Expected a statement
.github/workflows/release.yml:50:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:51:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:51:22: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:51:32: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:51:55: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:53:7: SyntaxError: Expected a statement
.github/workflows/release.yml:53:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:53:35: SyntaxError: Expected ',', found name
.github/workflows/release.yml:54:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:54:22: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:54:32: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:54:55: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:55:11: SyntaxError: Expected an expression
.github/workflows/release.yml:55:11: E701 Multiple statements on one line (colon)
.github/workflows/release.yml:57:7: SyntaxError: Expected a statement
.github/workflows/release.yml:58:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:58:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/release.yml:60:17: SyntaxError: Expected an expression
.github/workflows/release.yml:62:3: SyntaxError: Expected a statement
.github/workflows/release.yml:62:10: SyntaxError: Expected an expression
.github/workflows/release.yml:63:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:64:5: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:65:11: SyntaxError: Expected an expression
.github/workflows/release.yml:66:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:66:7: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:67:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:67:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/release.yml:68:11: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:70:7: SyntaxError: Expected a statement
.github/workflows/release.yml:70:21: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:71:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:72:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/release.yml:73:11: SyntaxError: Invalid annotated assignment target
.github/workflows/release.yml:75:7: SyntaxError: Expected a statement
.github/workflows/release.yml:75:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:76:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:76:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:76:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:76:45: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:76:59: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:78:7: SyntaxError: Expected a statement
.github/workflows/release.yml:78:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:78:28: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:79:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:81:7: SyntaxError: Expected a statement
.github/workflows/release.yml:81:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:81:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:82:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:82:14: SyntaxError: Expected an expression
.github/workflows/release.yml:82:15: SyntaxError: Expected an expression
.github/workflows/release.yml:83:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:84:16: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:84:71: SyntaxError: Got unexpected token $
.github/workflows/release.yml:86:7: SyntaxError: Expected a statement
.github/workflows/release.yml:86:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:87:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:88:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/release.yml:89:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:89:25: SyntaxError: Got unexpected token $
.github/workflows/release.yml:90:29: SyntaxError: Got unexpected token $
.github/workflows/release.yml:91:18: SyntaxError: Got unexpected token $
.github/workflows/release.yml:95:7: SyntaxError: Expected a statement
.github/workflows/release.yml:95:20: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/release.yml:95:31: SyntaxError: Expected 'in', found name
.github/workflows/release.yml:95:34: SyntaxError: Expected ':', found name
.github/workflows/release.yml:95:41: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:95:45: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:95:52: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:96:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:96:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:98:7: SyntaxError: Expected a statement
.github/workflows/release.yml:98:21: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:98:28: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:98:32: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:98:43: SyntaxError: Expected 'import', found newline
.github/workflows/release.yml:99:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:100:14: SyntaxError: Expected an expression
.github/workflows/release.yml:100:15: SyntaxError: Expected an expression
.github/workflows/release.yml:101:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:103:22: SyntaxError: Got unexpected token $
.github/workflows/release.yml:103:38: SyntaxError: Expected ')', found string
.github/workflows/release.yml:103:116: SyntaxError: Expected a statement
.github/workflows/release.yml:103:117: SyntaxError: Expected a statement
.github/workflows/release.yml:106:17: SyntaxError: Got unexpected token $
.github/workflows/release.yml:106:24: SyntaxError: Expected ')', found string
.github/workflows/release.yml:106:47: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:106:80: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:106:100: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:106:111: SyntaxError: Expected a statement
.github/workflows/release.yml:106:112: SyntaxError: Expected a statement
.github/workflows/release.yml:109:17: SyntaxError: Got unexpected token $
.github/workflows/release.yml:109:24: SyntaxError: Expected ')', found string
.github/workflows/release.yml:109:47: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:109:80: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:109:100: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:109:111: SyntaxError: Expected a statement
.github/workflows/release.yml:109:112: SyntaxError: Expected a statement
.github/workflows/release.yml:111:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:112:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:117:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:117:46: SyntaxError: Got unexpected token $
.github/workflows/release.yml:118:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:118:38: SyntaxError: Got unexpected token $
.github/workflows/release.yml:120:7: SyntaxError: Expected a statement
.github/workflows/release.yml:120:36: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:121:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:121:14: SyntaxError: Expected an expression
.github/workflows/release.yml:121:15: SyntaxError: Expected an expression
.github/workflows/release.yml:122:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:122:21: SyntaxError: Got unexpected token $
.github/workflows/release.yml:122:27: SyntaxError: Expected ')', found name
.github/workflows/release.yml:122:42: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:122:76: SyntaxError: Got unexpected token $
.github/workflows/release.yml:122:104: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:122:136: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:122:151: SyntaxError: Expected a statement
.github/workflows/release.yml:122:152: SyntaxError: Expected a statement
.github/workflows/release.yml:123:16: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:123:36: SyntaxError: Got unexpected token $
.github/workflows/release.yml:124:16: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:124:32: SyntaxError: Got unexpected token $
.github/workflows/release.yml:125:16: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:125:25: SyntaxError: Got unexpected token $
.github/workflows/release.yml:127:7: SyntaxError: Expected a statement
.github/workflows/release.yml:127:22: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:127:30: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/release.yml:127:52: SyntaxError: Expected ',', found newline
.github/workflows/release.yml:128:1: SyntaxError: Expected ',', found indent
.github/workflows/release.yml:129:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/release.yml:130:29: SyntaxError: Got unexpected token $
.github/workflows/release.yml:131:18: SyntaxError: Got unexpected token $
.github/workflows/release.yml:132:17: SyntaxError: Expected an expression
.github/workflows/release.yml:132:18: SyntaxError: Expected an expression
.github/workflows/release.yml:133:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:133:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:30: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:35: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:43: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:57: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:60: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:64: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:71: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:82: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:91: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:133:100: SyntaxError: Expected an identifier
.github/workflows/release.yml:134:13: SyntaxError: Got unexpected token $
.github/workflows/release.yml:135:13: SyntaxError: Got unexpected token $
.github/workflows/release.yml:137:15: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:137:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:137:29: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:137:32: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:137:40: SyntaxError: Compound statements are not allowed on the same line as simple statements
.github/workflows/release.yml:137:49: SyntaxError: Expected 'in', found name
.github/workflows/release.yml:137:70: SyntaxError: Expected ':', found name
.github/workflows/release.yml:137:93: SyntaxError: Expected ',', found ':'
.github/workflows/release.yml:137:94: SyntaxError: Expected ',', found '//'
.github/workflows/release.yml:137:150: SyntaxError: Expected an identifier
.github/workflows/release.yml:138:18: SyntaxError: Expected an expression
.github/workflows/release.yml:138:19: SyntaxError: Expected an expression
.github/workflows/release.yml:139:1: SyntaxError: Unexpected indentation
.github/workflows/release.yml:140:28: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:141:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/release.yml:143:11: SyntaxError: Expected a statement
.github/workflows/release.yml:144:23: SyntaxError: Expected a statement
.github/workflows/tests.yml:7:4: SyntaxError: Expected an expression
.github/workflows/tests.yml:8:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:8:8: SyntaxError: Expected an expression
.github/workflows/tests.yml:9:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:9:14: SyntaxError: Expected an expression
.github/workflows/tests.yml:11:3: SyntaxError: Expected a statement
.github/workflows/tests.yml:11:16: SyntaxError: Expected an expression
.github/workflows/tests.yml:12:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:12:14: SyntaxError: Expected an expression
.github/workflows/tests.yml:15:3: SyntaxError: Expected a statement
.github/workflows/tests.yml:15:17: SyntaxError: Expected an expression
.github/workflows/tests.yml:16:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:16:12: SyntaxError: Expected an expression
.github/workflows/tests.yml:17:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:17:15: SyntaxError: Expected an expression
.github/workflows/tests.yml:18:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:23:3: SyntaxError: Expected a statement
.github/workflows/tests.yml:23:12: SyntaxError: Expected an expression
.github/workflows/tests.yml:24:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:24:5: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:26:1: SyntaxError: Expected a statement
.github/workflows/tests.yml:26:13: SyntaxError: Expected an expression
.github/workflows/tests.yml:27:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:27:10: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:27:33: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:27:54: SyntaxError: Expected an expression
.github/workflows/tests.yml:28:3: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:28:10: SyntaxError: Expected an identifier, but found a keyword 'in' that cannot be used here
.github/workflows/tests.yml:30:1: SyntaxError: Expected a statement
.github/workflows/tests.yml:30:10: SyntaxError: Expected an expression
.github/workflows/tests.yml:31:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:31:7: SyntaxError: Expected an expression
.github/workflows/tests.yml:32:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:32:20: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:34:1: SyntaxError: Expected a statement
.github/workflows/tests.yml:34:5: SyntaxError: Expected an expression
.github/workflows/tests.yml:35:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:35:11: SyntaxError: Expected an expression
.github/workflows/tests.yml:36:24: SyntaxError: Expected a statement
.github/workflows/tests.yml:36:25: SyntaxError: Expected a statement
.github/workflows/tests.yml:37:29: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:37:31: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:37:33: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:39:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:39:17: SyntaxError: Invalid assignment target
.github/workflows/tests.yml:39:23: SyntaxError: Invalid assignment target
.github/workflows/tests.yml:39:43: SyntaxError: Invalid assignment target
.github/workflows/tests.yml:40:3: SyntaxError: Expected a statement
.github/workflows/tests.yml:40:26: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:40:85: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:41:18: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:42:22: SyntaxError: Expected a statement
.github/workflows/tests.yml:42:23: SyntaxError: Expected a statement
.github/workflows/tests.yml:45:1: SyntaxError: Expected a statement
.github/workflows/tests.yml:45:6: SyntaxError: Expected an expression
.github/workflows/tests.yml:46:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:46:9: SyntaxError: Expected an expression
.github/workflows/tests.yml:47:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:47:7: SyntaxError: Expected an expression
.github/workflows/tests.yml:47:7: E701 Multiple statements on one line (colon)
.github/workflows/tests.yml:48:14: SyntaxError: Expected an expression
.github/workflows/tests.yml:49:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:49:14: SyntaxError: Expected an expression
.github/workflows/tests.yml:50:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:52:17: SyntaxError: Expected an expression
.github/workflows/tests.yml:53:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:53:11: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:54:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:55:11: SyntaxError: Expected a statement
.github/workflows/tests.yml:56:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:58:5: SyntaxError: Expected a statement
.github/workflows/tests.yml:58:14: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:59:11: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:60:11: SyntaxError: Expected an expression
.github/workflows/tests.yml:61:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:61:7: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:63:7: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:63:21: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:64:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:65:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/tests.yml:70:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:71:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:71:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/tests.yml:72:17: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:73:16: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:73:33: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:76:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:76:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:76:32: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:77:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:77:14: SyntaxError: Expected an expression
.github/workflows/tests.yml:77:15: SyntaxError: Expected an expression
.github/workflows/tests.yml:78:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:78:22: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:79:21: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:79:47: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:79:76: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:80:22: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:80:58: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:81:9: SyntaxError: Expected a statement
.github/workflows/tests.yml:81:11: SyntaxError: Expected an expression
.github/workflows/tests.yml:81:11: E701 Multiple statements on one line (colon)
.github/workflows/tests.yml:83:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:84:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:84:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/tests.yml:85:17: SyntaxError: Expected an expression
.github/workflows/tests.yml:86:16: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:89:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:89:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:89:31: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:90:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:90:14: SyntaxError: Expected an expression
.github/workflows/tests.yml:90:15: SyntaxError: Expected an expression
.github/workflows/tests.yml:91:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:91:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:91:38: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:91:63: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:93:9: SyntaxError: Expected a statement
.github/workflows/tests.yml:93:11: SyntaxError: Expected an expression
.github/workflows/tests.yml:93:11: E701 Multiple statements on one line (colon)
.github/workflows/tests.yml:95:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:95:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:95:29: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:96:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:96:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:96:29: SyntaxError: Expected an expression
.github/workflows/tests.yml:96:87: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:97:11: SyntaxError: Expected an expression
.github/workflows/tests.yml:97:11: E701 Multiple statements on one line (colon)
.github/workflows/tests.yml:99:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:99:24: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:99:30: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:100:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:100:14: SyntaxError: Expected an expression
.github/workflows/tests.yml:100:16: SyntaxError: Expected an expression
.github/workflows/tests.yml:101:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:101:21: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:101:27: SyntaxError: Expected ')', found name
.github/workflows/tests.yml:101:33: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:101:69: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:101:81: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:101:88: SyntaxError: Expected a statement
.github/workflows/tests.yml:101:89: SyntaxError: Expected a statement
.github/workflows/tests.yml:102:16: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:103:9: SyntaxError: Expected a statement
.github/workflows/tests.yml:105:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:106:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:106:13: SyntaxError: Expected the start of an expression after `with` keyword
.github/workflows/tests.yml:107:11: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:107:35: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:108:11: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:108:34: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:109:11: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:109:32: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:110:11: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:111:11: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:112:11: SyntaxError: Invalid annotated assignment target
.github/workflows/tests.yml:114:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:114:23: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:115:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:115:18: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:115:30: SyntaxError: Expected an identifier
.github/workflows/tests.yml:117:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:117:19: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:118:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:118:21: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:118:28: SyntaxError: Got unexpected token $
.github/workflows/tests.yml:120:7: SyntaxError: Expected a statement
.github/workflows/tests.yml:120:22: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:120:25: SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/tests.yml:121:1: SyntaxError: Unexpected indentation
.github/workflows/tests.yml:121:29: SyntaxError: Expected ')', found name
.github/workflows/tests.yml:121:35: SyntaxError: Expected an expression
.github/workflows/tests.yml:121:52: SyntaxError: Expected a statement
.github/workflows/tests.yml:121:53: SyntaxError: Expected a statement
README_TEMPLATE.rst:1:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:1:3: SyntaxError: Expected a statement
README_TEMPLATE.rst:1:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:1:7: SyntaxError: Expected a statement
README_TEMPLATE.rst:3:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:3:3: SyntaxError: Expected a statement
README_TEMPLATE.rst:3:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:3:7: SyntaxError: Expected a statement
README_TEMPLATE.rst:5:13: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:21: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:24: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:31: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:38: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:51: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:55: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:60: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:65: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:5:72: SyntaxError: Expected 'import', found name
README_TEMPLATE.rst:5:80: SyntaxError: Expected ',', found name
README_TEMPLATE.rst:6:20: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:25: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:28: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:33: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:41: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:50: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:53: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:63: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:72: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:6:78: SyntaxError: Expected an identifier
README_TEMPLATE.rst:8:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:8:2: SyntaxError: Expected a statement
README_TEMPLATE.rst:8:10: SyntaxError: Expected an expression
README_TEMPLATE.rst:8:18: SyntaxError: Expected an expression
README_TEMPLATE.rst:8:80: SyntaxError: Got unexpected token ?
README_TEMPLATE.rst:9:1: SyntaxError: Unexpected indentation
README_TEMPLATE.rst:9:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:9:19: SyntaxError: Expected a statement
README_TEMPLATE.rst:9:20: SyntaxError: Expected a statement
README_TEMPLATE.rst:10:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:12:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:12:2: SyntaxError: Expected a statement
README_TEMPLATE.rst:12:10: SyntaxError: Expected an expression
README_TEMPLATE.rst:12:17: SyntaxError: Expected an expression
README_TEMPLATE.rst:12:50: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:12:71: SyntaxError: Got unexpected token ?
README_TEMPLATE.rst:13:1: SyntaxError: Unexpected indentation
README_TEMPLATE.rst:13:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:13:18: SyntaxError: Expected a statement
README_TEMPLATE.rst:13:19: SyntaxError: Expected a statement
README_TEMPLATE.rst:14:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:14:19: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:14:22: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:14:30: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:16:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:16:2: SyntaxError: Expected a statement
README_TEMPLATE.rst:16:10: SyntaxError: Expected an expression
README_TEMPLATE.rst:16:18: SyntaxError: Expected an expression
README_TEMPLATE.rst:17:1: SyntaxError: Unexpected indentation
README_TEMPLATE.rst:17:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:17:19: SyntaxError: Expected a statement
README_TEMPLATE.rst:17:20: SyntaxError: Expected a statement
README_TEMPLATE.rst:18:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:20:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:20:2: SyntaxError: Expected a statement
README_TEMPLATE.rst:20:10: SyntaxError: Expected an expression
README_TEMPLATE.rst:20:18: SyntaxError: Expected an expression
README_TEMPLATE.rst:21:1: SyntaxError: Unexpected indentation
README_TEMPLATE.rst:21:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:21:19: SyntaxError: Expected a statement
README_TEMPLATE.rst:21:20: SyntaxError: Expected a statement
README_TEMPLATE.rst:22:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:24:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:24:2: SyntaxError: Expected a statement
README_TEMPLATE.rst:24:10: SyntaxError: Expected an expression
README_TEMPLATE.rst:24:18: SyntaxError: Expected an expression
README_TEMPLATE.rst:24:44: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:25:1: SyntaxError: Unexpected indentation
README_TEMPLATE.rst:25:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:25:19: SyntaxError: Expected a statement
README_TEMPLATE.rst:25:20: SyntaxError: Expected a statement
README_TEMPLATE.rst:26:5: SyntaxError: Expected a statement
README_TEMPLATE.rst:26:16: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:27:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:27:2: SyntaxError: Expected a statement
README_TEMPLATE.rst:30:1: SyntaxError: Expected a statement
README_TEMPLATE.rst:30:2: SyntaxError: Expected a statement
README_TEMPLATE.rst:30:12: SyntaxError: Expected an expression
README_TEMPLATE.rst:33:1: SyntaxError: Expected an expression
README_TEMPLATE.rst:33:3: SyntaxError: Expected an expression
README_TEMPLATE.rst:33:5: SyntaxError: Expected an expression
README_TEMPLATE.rst:33:7: SyntaxError: Starred expression cannot be used here
README_TEMPLATE.rst:33:8: SyntaxError: Expected an expression
README_TEMPLATE.rst:35:1: SyntaxError: Expected an expression
README_TEMPLATE.rst:35:3: SyntaxError: Expected an expression
README_TEMPLATE.rst:35:5: SyntaxError: Expected an expression
README_TEMPLATE.rst:35:7: SyntaxError: Starred expression cannot be used here
README_TEMPLATE.rst:35:8: SyntaxError: Expected an expression
README_TEMPLATE.rst:37:6: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:37:31: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:37:38: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:37:65: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:38:5: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:38:11: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:38:14: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:38:18: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:38:22: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:38:31: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:38:45: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:38:62: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:39:5: SyntaxError: Got unexpected token `
README_TEMPLATE.rst:39:14: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:39:22: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:39:38: SyntaxError: Expected an expression
README_TEMPLATE.rst:39:76: SyntaxError: Got unexpected token `
README_TEMPLATE.rst:40:19: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:40:25: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:40:29: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:40:33: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:40:42: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:40:55: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:40:59: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:40:68: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:40:75: SyntaxError: Compound statements are not allowed on the same line as simple statements
README_TEMPLATE.rst:40:78: SyntaxError: Expected an expression
README_TEMPLATE.rst:41:1: SyntaxError: Expected an indented block after `for` statement
README_TEMPLATE.rst:41:6: SyntaxError: Simple statements must be separated by newlines or semicolons
README_TEMPLATE.rst:41:18: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:1:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:1:2: SyntaxError: Expected a statement
docs/resources/credits_template.rst:1:19: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:1: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:3: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:5: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:7: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:9: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:11: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:13: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:15: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:17: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:19: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:21: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:23: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:25: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:27: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:29: SyntaxError: Expected an expression
docs/resources/credits_template.rst:3:31: SyntaxError: Expected an expression
docs/resources/credits_template.rst:4:23: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:5:1: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:3: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:5: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:7: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:9: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:11: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:13: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:15: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:17: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:19: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:21: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:23: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:25: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:27: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:29: SyntaxError: Expected an expression
docs/resources/credits_template.rst:5:31: SyntaxError: Expected an expression
docs/resources/credits_template.rst:7:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:7:12: SyntaxError: Expected an expression
docs/resources/credits_template.rst:9:4: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:9:12: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:9:19: SyntaxError: Expected a statement
docs/resources/credits_template.rst:9:24: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:9:42: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:9:51: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:9:55: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:9:59: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:9:65: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:10:8: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:10:11: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:10:13: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:10:17: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:10:42: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:10:46: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:10:53: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:10:58: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:12:13: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:13:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:3: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:5: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:7: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:9: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:11: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:13: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:15: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:17: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:19: SyntaxError: Expected a statement
docs/resources/credits_template.rst:13:21: SyntaxError: Expected a statement
docs/resources/credits_template.rst:15:4: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:15:8: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:15:12: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:15:17: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:15:22: SyntaxError: Compound statements are not allowed on the same line as simple statements
docs/resources/credits_template.rst:15:30: SyntaxError: Expected 'in', found name
docs/resources/credits_template.rst:15:60: SyntaxError: Expected ':', found name
docs/resources/credits_template.rst:15:67: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:16:13: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:16:18: SyntaxError: Got unexpected token `
docs/resources/credits_template.rst:16:36: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:17:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:17:7: SyntaxError: Expected an expression
docs/resources/credits_template.rst:17:36: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:17:41: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:17:46: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:17:50: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:17:52: SyntaxError: Got unexpected token `
docs/resources/credits_template.rst:17:63: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:17:76: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:18:11: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:18:21: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:18:24: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:18:28: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:18:44: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:18:52: SyntaxError: Expected an expression
docs/resources/credits_template.rst:20:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:20:2: SyntaxError: Expected a statement
docs/resources/credits_template.rst:20:4: SyntaxError: Invalid annotated assignment target
docs/resources/credits_template.rst:20:19: SyntaxError: Expected an expression
docs/resources/credits_template.rst:20:20: SyntaxError: Expected a statement
docs/resources/credits_template.rst:22:1: SyntaxError: Unexpected indentation
docs/resources/credits_template.rst:22:10: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:22:19: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:22:24: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:22:28: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:22:31: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:22:32: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:22:39: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:22:51: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:22:71: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:22:80: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:22:88: SyntaxError: Compound statements are not allowed on the same line as simple statements
docs/resources/credits_template.rst:22:100: SyntaxError: Expected 'in', found newline
docs/resources/credits_template.rst:23:5: SyntaxError: Expected an indented block after `for` statement
docs/resources/credits_template.rst:23:29: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:23:30: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:23:36: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:23:41: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:23:46: SyntaxError: Expected ',', found float
docs/resources/credits_template.rst:23:51: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:23:55: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:23:58: SyntaxError: Expected ',', found '|'
docs/resources/credits_template.rst:23:68: SyntaxError: Expected an expression
docs/resources/credits_template.rst:24:17: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:24:20: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:24:21: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:24:28: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:24:37: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:24:46: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:24:54: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:24:65: SyntaxError: Expected 'import', found ','
docs/resources/credits_template.rst:24:71: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:24:78: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:24:85: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:24:88: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:25:17: SyntaxError: Expected an expression
docs/resources/credits_template.rst:25:21: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:25:29: SyntaxError: missing closing quote in string literal
docs/resources/credits_template.rst:25:95: SyntaxError: Expected one or more symbol names after import
docs/resources/credits_template.rst:26:15: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:23: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:26: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:36: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:26:37: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:26:44: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:53: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:59: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:69: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:73: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:76: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:26:93: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:28:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:28:4: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:8: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:12: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:16: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:19: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:23: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:28: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:39: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:57: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:28:64: SyntaxError: Compound statements are not allowed on the same line as simple statements
docs/resources/credits_template.rst:28:77: SyntaxError: Expected 'in', found newline
docs/resources/credits_template.rst:29:1: SyntaxError: Expected an indented block after `for` statement
docs/resources/credits_template.rst:29:6: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:29:9: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:29:9: SyntaxError: Only single target (not tuple) can be annotated
docs/resources/credits_template.rst:29:26: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:29:30: SyntaxError: Got unexpected token `
docs/resources/credits_template.rst:29:40: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:29:49: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:29:52: SyntaxError: Expected ',', found 'type'
docs/resources/credits_template.rst:29:57: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:29:60: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:29:84: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:29:99: SyntaxError: Expected an expression
docs/resources/credits_template.rst:29:131: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:29:135: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:29:136: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:29:139: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:29:142: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:29:144: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:29:147: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:29:149: SyntaxError: Got unexpected token `
docs/resources/credits_template.rst:30:4: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:30:8: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:30:24: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:32:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:32:2: SyntaxError: Expected a statement
docs/resources/credits_template.rst:32:4: SyntaxError: Invalid annotated assignment target
docs/resources/credits_template.rst:32:19: SyntaxError: Expected an expression
docs/resources/credits_template.rst:32:20: SyntaxError: Expected a statement
docs/resources/credits_template.rst:34:5: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:34:11: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:34:16: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:34:19: SyntaxError: Expected ',', found '...'
docs/resources/credits_template.rst:34:22: SyntaxError: Expected ',', found int
docs/resources/credits_template.rst:34:25: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:34:27: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:34:30: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:36:5: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:36:15: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:36:22: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:36:30: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:36:34: SyntaxError: Simple statements must be separated by newlines or semicolons
docs/resources/credits_template.rst:36:41: SyntaxError: Compound statements are not allowed on the same line as simple statements
docs/resources/credits_template.rst:36:49: SyntaxError: Expected 'in', found name
docs/resources/credits_template.rst:38:1: SyntaxError: Expected an indented block after `for` statement
docs/resources/credits_template.rst:38:2: SyntaxError: Expected a statement
docs/resources/credits_template.rst:38:4: SyntaxError: Invalid annotated assignment target
docs/resources/credits_template.rst:38:15: SyntaxError: Expected an expression
docs/resources/credits_template.rst:40:1: SyntaxError: Unexpected indentation
docs/resources/credits_template.rst:40:13: SyntaxError: Expected newline, found '{'
docs/resources/credits_template.rst:40:18: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:40:23: SyntaxError: Expected ',', found float
docs/resources/credits_template.rst:40:28: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:40:32: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:41:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:41:38: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:41:42: SyntaxError: Expected an identifier, but found a keyword 'and' that cannot be used here
docs/resources/credits_template.rst:41:46: SyntaxError: Expected ',', found '{'
docs/resources/credits_template.rst:41:55: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:41:58: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:42:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:43:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:43:22: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:44:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:45:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:46:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:47:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:47:32: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:47:49: SyntaxError: Expected ',', found ':'
docs/resources/credits_template.rst:47:72: SyntaxError: Expected ',', found ':'
docs/resources/credits_template.rst:48:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:49:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:50:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:51:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:52:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:53:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:53:27: SyntaxError: Expected an expression
docs/resources/credits_template.rst:53:56: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:53:61: SyntaxError: Expected ':', found float
docs/resources/credits_template.rst:53:66: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:53:70: SyntaxError: Expected ':', found name
docs/resources/credits_template.rst:54:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:54:31: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:54:34: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:54:38: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:54:47: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:54:60: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:54:65: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:57:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:57:2: SyntaxError: Expected a statement
docs/resources/credits_template.rst:57:4: SyntaxError: Invalid annotated assignment target
docs/resources/credits_template.rst:57:15: SyntaxError: Expected an expression
docs/resources/credits_template.rst:59:1: SyntaxError: Unexpected indentation
docs/resources/credits_template.rst:59:13: SyntaxError: Expected newline, found '{'
docs/resources/credits_template.rst:59:18: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:59:21: SyntaxError: Expected ',', found '...'
docs/resources/credits_template.rst:59:24: SyntaxError: Expected ',', found int
docs/resources/credits_template.rst:59:27: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:59:29: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:59:32: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:60:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:60:33: SyntaxError: Expected an identifier, but found a keyword 'and' that cannot be used here
docs/resources/credits_template.rst:60:37: SyntaxError: Expected ',', found '{'
docs/resources/credits_template.rst:60:46: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:60:50: SyntaxError: Expected an identifier, but found a keyword 'and' that cannot be used here
docs/resources/credits_template.rst:60:54: SyntaxError: Expected ',', found '{'
docs/resources/credits_template.rst:60:68: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:60:72: SyntaxError: Expected an identifier, but found a keyword 'and' that cannot be used here
docs/resources/credits_template.rst:60:76: SyntaxError: Expected ',', found '{'
docs/resources/credits_template.rst:60:92: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:60:96: SyntaxError: Expected an identifier, but found a keyword 'and' that cannot be used here
docs/resources/credits_template.rst:60:100: SyntaxError: Expected ',', found '{'
docs/resources/credits_template.rst:60:117: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:61:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:62:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:62:22: SyntaxError: Expected a newline after line continuation character
docs/resources/credits_template.rst:63:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:63:32: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:63:49: SyntaxError: Expected ',', found ':'
docs/resources/credits_template.rst:63:67: SyntaxError: Expected ',', found ':'
docs/resources/credits_template.rst:63:90: SyntaxError: Expected ',', found ':'
docs/resources/credits_template.rst:63:111: SyntaxError: Expected ',', found ':'
docs/resources/credits_template.rst:63:123: SyntaxError: Expected ',', found ':'
docs/resources/credits_template.rst:63:155: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:63:162: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:63:176: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:63:220: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:64:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:65:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:66:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:67:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:68:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:69:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:69:30: SyntaxError: Invalid decimal integer literal
docs/resources/credits_template.rst:70:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:71:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:72:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:73:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:73:28: SyntaxError: Expected an expression
docs/resources/credits_template.rst:73:60: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:73:63: SyntaxError: Expected ':', found '...'
docs/resources/credits_template.rst:73:66: SyntaxError: Expected ',', found int
docs/resources/credits_template.rst:73:69: SyntaxError: Expected ':', found name
docs/resources/credits_template.rst:73:71: SyntaxError: Expected an identifier
docs/resources/credits_template.rst:73:74: SyntaxError: Expected ':', found name
docs/resources/credits_template.rst:74:19: SyntaxError: Expected ',', found '='
docs/resources/credits_template.rst:74:31: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:74:34: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:74:38: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:74:47: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:74:60: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:74:65: SyntaxError: Expected ',', found name
docs/resources/credits_template.rst:77:1: SyntaxError: Expected a statement
docs/resources/credits_template.rst:77:2: SyntaxError: Expected a statement
docs/resources/credits_template.rst:77:12: SyntaxError: Expected an expression
Found 1106 errors.

@KasukabeDefenceForce KasukabeDefenceForce marked this pull request as ready for review January 6, 2025 10:15
Copy link
Contributor

@andrewfullard andrewfullard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, except for the version number being 0025.01.06 (2025/01/06 02:37) in your release example.

@KasukabeDefenceForce
Copy link
Contributor Author

KasukabeDefenceForce commented Jan 8, 2025

This looks great, except for the version number being 0025.01.06 (2025/01/06 02:37) in your release example.

https://github.com/KasukabeDefenceForce/tardis/releases/tag/release-2025.01.08
Here is a sample run. The tag is wrong because of the wrong format i followed for previous tags on my fork. We need to make 1 tag in the correct format and it will automatically show the version in the correct format.

@KasukabeDefenceForce
Copy link
Contributor Author

This looks great, except for the version number being 0025.01.06 (2025/01/06 02:37) in your release example.

https://github.com/KasukabeDefenceForce/tardis/releases/tag/release-2025.01.08 Here is a sample run. The tag is wrong because of the wrong format i followed for previous tags on my fork. We need to make 1 tag in the correct format and it will automatically show the version in the correct format.

https://github.com/KasukabeDefenceForce/carsus/releases/tag/release-2025.01.08
I cleaned up all of the old tags and re ran the workflow. It produces the version in the correct format now.

steps:
- uses: actions/checkout@v4
with:
repository: tardis-sn/tardis_zenodo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this overwrite a TARDIS release?

workflow_call:
inputs:
pip_git:
description: "Whether or not to install tardis using git"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

carsus not tardis

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is crediting TARDIS instead of Carsus @wkerzendorf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants