We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7fe66 commit c3d9e1bCopy full SHA for c3d9e1b
.github/workflows/CI.yml
@@ -246,7 +246,7 @@ jobs:
246
with:
247
subject-path: 'wheels-*/*'
248
- name: Publish to PyPI
249
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
250
uses: PyO3/maturin-action@v1
251
252
command: upload
0 commit comments