Skip to content

Commit 1f47350

Browse files
+1
1 parent e7bdb22 commit 1f47350

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Create Windows Executable using Conda
22

3-
on: [push]
3+
on:
4+
push:
5+
tags:
6+
- '*'
47

58
jobs:
69
build-windows:
@@ -19,6 +22,5 @@ jobs:
1922
- name: Build Executable
2023
run: |
2124
C:\Miniconda\condabin\conda.bat activate build
22-
C:\Miniconda\condabin\conda.bat list
23-
pip list
25+
C:\Miniconda\condabin\conda.bat env export
2426
pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py

0 commit comments

Comments
 (0)