Skip to content

Commit

Permalink
T4
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 3, 2024
1 parent 8a2b1f1 commit a0df930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
// + '\n\n' + 'https://github.com/python/mypy/commit/${{ needs.generate_wheels_matrix.outputs.mypy_sha }}'
// );
const tagName = "1.12.0a5";
const tagName = "1.12.0a5-missing";
const response = await github.rest.repos.getReleaseByTag({
owner, repo,
tag: tagName,
Expand Down

0 comments on commit a0df930

Please sign in to comment.