Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
Signed-off-by: Bhupender <[email protected]>
  • Loading branch information
Bhupender-Y committed Nov 30, 2023
1 parent 88e2731 commit a44899c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tagPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
api_token=$(jq '.token' <<< "${resp}")
# mask the newly minted API token, so that we don't accidentally leak it
echo "::add-mask::${api_token}"
#echo "::add-mask::${api_token}"
# see the next step in the workflow for an example of using this step output
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
Expand All @@ -92,6 +92,8 @@ jobs:
TWINE_PASSWORD: ${{ steps.mint-token.outputs.api-token }}
TWINE_REPOSITORY: testpypi
run: |
echo TWINE_PASSWORD
echo ${{ steps.mint-token.outputs.api-token }}
pip install -U twine
python -m twine upload --skip-existing target/wheels/*
- name: Upload to Github releases
Expand Down

0 comments on commit a44899c

Please sign in to comment.