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.
onedir
1 parent b97b1f3 commit 8a0ba0eCopy full SHA for 8a0ba0e
.github/workflows/on-release-master.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
source .venv/bin/activate
41
poetry version $RELEASE_VERSION
42
- make build-and-publish
+ # make build-and-publish
43
env:
44
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
45
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
0 commit comments