Skip to content

Commit

Permalink
Fix promote pypi if check (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval authored May 9, 2024
1 parent 53617ea commit 15e1ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo RECEPTORCTL_PYPI_VERSION=$(curl --silent https://pypi.org/pypi/receptorctl/json | jq --raw-output '"v" + .info.version') >> $GITHUB_ENV

- name: Build receptorctl and upload to pypi
if: ${{ 'v%{env.RECEPTORCTL_PYPI_VERSION}' != env.TAG }}
if: ${{ env.RECEPTORCTL_PYPI_VERSION != env.TAG }}
run: |
make receptorctl_wheel receptorctl_sdist VERSION=$TAG
twine upload \
Expand Down

0 comments on commit 15e1ff9

Please sign in to comment.