Skip to content

Commit 8a0ba0e

Browse files
committed
🛠️ Fixing build for windows in onedir mode.
1 parent b97b1f3 commit 8a0ba0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
source .venv/bin/activate
4141
poetry version $RELEASE_VERSION
42-
make build-and-publish
42+
# make build-and-publish
4343
env:
4444
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
4545
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}

0 commit comments

Comments
 (0)