Skip to content

Commit

Permalink
Merge pull request #307 from BrainPad/306
Browse files Browse the repository at this point in the history
add masking
  • Loading branch information
yasuhiro-ohba authored Dec 10, 2021
2 parents 40ff14a + 1e33774 commit 5568144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: upload to pypi
run: |
# upload to pypi
sudo python3 tools/script/deploy_to_pypi.py "${{ github.event.inputs.username }}" "${{ github.event.inputs.password }}" "${{ github.event.inputs.is_test }}"
sudo python3 tools/script/deploy_to_pypi.py "::add-mask::${{ github.event.inputs.username }}" "::add-mask::${{ github.event.inputs.password }}" "${{ github.event.inputs.is_test }}"

0 comments on commit 5568144

Please sign in to comment.