Skip to content

Commit

Permalink
Fix typo (copy&paste victim) introduced in twine fix (#37428)
Browse files Browse the repository at this point in the history
Follow up for #37415

(cherry picked from commit 4905e99)
  • Loading branch information
potiuk authored and ephraimbuddy committed Feb 22, 2024
1 parent 7586d91 commit b889c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ jobs:
- name: "Verify sdist packages with twine"
run: |
pipx uninstall twine || true
pipx install twine && twine check dist/*.whl
pipx install twine && twine check dist/*.tar.gz
- name: "Generate source constraints from CI image"
shell: bash
run: >
Expand Down

0 comments on commit b889c0f

Please sign in to comment.