Skip to content

Commit

Permalink
Fix missing imports in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Oct 9, 2023
1 parent 83aa5b4 commit 400b09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ jobs:
id: get_documented_changes
shell: python
run: |
import os
import random
import re
import string
# Read in the changelog
with open("CHANGELOG.md", "r", encoding='utf-8') as f:
Expand Down

0 comments on commit 400b09d

Please sign in to comment.