Skip to content

Commit

Permalink
Removed writing logs to file because of error
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Mar 15, 2024
1 parent bef127a commit d83b264
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/publish-pypi-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ runs:
run: |
conda activate build-env-pypi
python -m build
twine upload -r testpypi -u __token__ -p ${{ inputs.token }} dist/* |& tee upload-pypi.log
# conda build --user ${{ inputs.repository }} --token ${{ inputs.token }} --label ${{ inputs.label }} $GITHUB_WORKSPACE/conda |& tee upload.log
grep "Upload to PyPI complete" upload-pypi.log
twine upload -r testpypi -u __token__ -p ${{ inputs.token }} dist/*

0 comments on commit d83b264

Please sign in to comment.