Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Chosak <andy.chosak@cfpb.gov>
  • Loading branch information
willbarton and chosak authored Jan 2, 2024
1 parent f9618a9 commit fc0dc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip build twine
python -m pip install --upgrade pip build
- name: Build the package
run: |
python -m build
Expand Down

0 comments on commit fc0dc17

Please sign in to comment.