Skip to content

Commit

Permalink
Fix typo (copy&paste victim) introduced in twine fix (apache#37428)
Browse files Browse the repository at this point in the history
Follow up for apache#37415
  • Loading branch information
potiuk authored Feb 14, 2024
1 parent f91c93c commit 4905e99
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 @@ -935,7 +935,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 4905e99

Please sign in to comment.