Skip to content

Commit e39d380

Browse files
committed
updated version check in yaml and packages
1 parent ee05996 commit e39d380

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Python application build and release
66
on:
77
push:
88
tags:
9-
- v*
9+
- "*"
1010

1111
workflow_dispatch:
1212

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ galois = "*"
88

99
[dev-packages]
1010
pyinstaller = "*"
11+
pywin32-ctypes = "*"
12+
pefile = "*"
1113

1214
[requires]
1315
python_version = "3.9"

Pipfile.lock

Lines changed: 29 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)