Skip to content

Commit

Permalink
Merge pull request #127 from Wenzel/ci/publish_python_11
Browse files Browse the repository at this point in the history
Ci/publish python 11
  • Loading branch information
Wenzel authored May 12, 2023
2 parents 55ca213 + af65f66 commit 1fb0f60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- uses: actions/checkout@v3

- uses: ./.github/actions/common-setup
with:
python_version: 3.11

- name: Add entrypoint to bypass issue with relative imports in PyInstaller
run: powershell -Command 'Invoke-WebRequest https://gist.githubusercontent.com/Wenzel/e38d227d94f16e026b3aed03ea6a6661/raw/383ec56d62c58e444f6c5962ee6940a5c583d341/stub.py -OutFile stub.py'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "checksec-py"
version = "0.7"
version = "0.7.1"
description = "Checksec tool implemented in Python"
authors = ["Mathieu Tarral <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1fb0f60

Please sign in to comment.