Skip to content

Commit f38c3bc

Browse files
committed
fix windows python environment invocation (path separators)
1 parent 222cc4c commit f38c3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Build and publish (Windows)
5959
run: |
60-
.venv\Scripts\activate
60+
.venv/Scripts/activate
6161
poetry version $RELEASE_VERSION
6262
make build-and-publish
6363
env:

0 commit comments

Comments
 (0)