Skip to content

Commit

Permalink
revert formatting changes in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 17, 2024
1 parent 4819e5e commit 16f0f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ jobs:
pypi-release:
name: PyPI Release
if: ${{ !failure() && !cancelled() && !inputs.only_docker }}
runs-on: ubuntu-latest
needs: build-release
runs-on: ubuntu-latest
environment:
name: ${{ inputs.deploy-to }}
url: ${{ vars.PYPI_PROJECT_URL }}
Expand Down

0 comments on commit 16f0f06

Please sign in to comment.