Skip to content

Commit

Permalink
Merge pull request #295 from bjoernmeier/fix-pypi-upload
Browse files Browse the repository at this point in the history
remove faulty env var check in pypi upload step
  • Loading branch information
xhochy authored Feb 10, 2021
2 parents f14f546 + b0045c5 commit 3802279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
functionalities: coveragepy, gcov

- name: Publish package
if: matrix.upload && env.IS_MASTER_BUILD == 'true' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'
if: matrix.upload && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'

uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 3802279

Please sign in to comment.