Skip to content

Commit

Permalink
Add python -m context for twine command
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user authored Aug 26, 2024
1 parent 0b0f3dc commit b220108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ runs:

- name: Run twine check
if: inputs.verify-metadata != 'false' || inputs.dry-run != 'false'
run: twine check ${{ inputs.packages-dir }}/*
run: python -m twine check ${{ inputs.packages-dir }}/*
shell: bash

- name: Get distribution hash
Expand Down

0 comments on commit b220108

Please sign in to comment.