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 d07a073 commit d66fd55Copy full SHA for d66fd55
.github/workflows/build.yml
.github/workflows/publish.yml
@@ -14,4 +14,5 @@ jobs:
14
uses: code-specialist/pypi-poetry-publish@v1
15
with:
16
ACCESS_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
17
- PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN }}
+ PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN }}
18
+ BRANCH: "main"
0 commit comments