Skip to content

Commit

Permalink
Username
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwatts authored Sep 11, 2024
1 parent 8d2478c commit b949bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-types/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ runs:
if: ${{ inputs.push_to_pypi }}
shell: bash
run: |
export HATCH_INDEX_AUTH="${{ inputs.PYPI_TOKEN }}"
export HATCH_INDEX_USER="gwatts"
pip install hatch
cd cache/package/${{ inputs.release_version }}
hatch build
export HATCH_INDEX_AUTH="gwatts:${{ inputs.PYPI_TOKEN }}"
hatch publish

0 comments on commit b949bb5

Please sign in to comment.