Skip to content

Commit

Permalink
remove quot
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Dec 28, 2023
1 parent 08a8fec commit 39250df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin_upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
if: startsWith(github.ref, 'refs/tags/')
needs: [linux, windows, macos, sdist]
strategy:
fail-fast: false
Expand Down

0 comments on commit 39250df

Please sign in to comment.