We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0d3d7 commit 8132e14Copy full SHA for 8132e14
action.yml
@@ -38,6 +38,6 @@ runs:
38
shell: bash
39
40
env:
41
- FLIT_USERNAME: ${{ inputs.pypi-user-name }}
42
- FLIT_PASSWORD: ${{ inputs.pypi-password }}
+ FLIT_USERNAME: ${{ inputs.user-name }}
+ FLIT_PASSWORD: ${{ inputs.password }}
43
FLIT_INDEX_URL: ${{ inputs.repository-url }}
0 commit comments