Skip to content

Commit

Permalink
Merge pull request #805 from arcivanov/add_upload_task
Browse files Browse the repository at this point in the history
Add upload target as opposed to specifying it
  • Loading branch information
arcivanov committed Sep 28, 2021
2 parents 64f32e8 + 1958391 commit e0029fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pybuilder.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
contains(env.DEPLOY_BRANCHES, github.ref) &&
matrix.with-venv == 'true'
run: |
echo "PYB_EXTRA_ARGS=upload" >> $GITHUB_ENV
echo "PYB_EXTRA_ARGS='+upload'" >> $GITHUB_ENV
- uses: pybuilder/build@master
if: |
!(matrix.with-homebrew == 'true' && runner.os != 'macOS' ||
Expand Down

0 comments on commit e0029fb

Please sign in to comment.