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 8d9c177 commit 4ca814cCopy full SHA for 4ca814c
.github/workflows/python-test.yaml
@@ -99,7 +99,7 @@ jobs:
99
release:
100
name: Release
101
runs-on: ubuntu-latest
102
- if: "startsWith(github.ref, 'refs/tags/')"
+ if: "startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'"
103
permissions:
104
contents: read
105
id-token: write
@@ -114,4 +114,4 @@ jobs:
114
with:
115
password: ${{ secrets.PYPI_API_TOKEN }}
116
skip-existing: true
117
- packages-dir: python/dist
+ packages-dir: python/dist
0 commit comments