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 99a0ded commit a7ff67eCopy full SHA for a7ff67e
.github/workflows/release.yaml
@@ -121,7 +121,7 @@ jobs:
121
122
publish-to-testpypi:
123
name: Publish Python distribution to TestPyPI
124
- if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'reproducible-reporting'}}
+ if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'molmod'}}
125
needs:
126
- build
127
runs-on: ubuntu-latest
0 commit comments