Skip to content

Commit

Permalink
wip-python-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGenix committed Dec 14, 2021
1 parent de3755d commit 408ddde
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish-to-pypi-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: DEBUG
run: echo ${{ github.event }}
run: echo ${{ toJSON(github.event) }}
- name: DEBUG2
run: echo ${{ startsWith(github.ref, 'refs/tags/py-') }}
- name: DEBUG3
run: echo ${{ !github.event.release.draft }}
- name: DEBUG4
run: echo ${{ !github.event.release.prerelease }}
- name: Download files from the release
uses: robinraju/[email protected]
with:
Expand All @@ -27,5 +33,3 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# TODO: Remove this later
verbose: true

0 comments on commit 408ddde

Please sign in to comment.