Skip to content

Commit

Permalink
on release
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Feb 12, 2024
1 parent d15a3cc commit a4ecd1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Pyinstaller
on:
push:
branches:
- '**'
- '!master' # excludes master branch
release:
types: [published]
jobs:
build:
name: Pyinstaller (${{ matrix.python-version }}, ${{ matrix.os }})
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# seguid_calculator

[![Pytest](https://github.com/BjornFJohansson/seguid_calculator/actions/workflows/test.yml/badge.svg)](https://github.com/BjornFJohansson/seguid_calculator/actions/workflows/test.yml)
[![Pyinstaller](https://github.com/BjornFJohansson/seguid_calculator/actions/workflows/pyinstaller.yml/badge.svg?branch=master)](https://github.com/BjornFJohansson/seguid_calculator/actions/workflows/pyinstaller.yml) [![PyPI version](https://badge.fury.io/py/seguid-calculator.svg)](https://badge.fury.io/py/seguid-calculator)
[![PyPI version](https://badge.fury.io/py/seguid-calculator.svg)](https://badge.fury.io/py/seguid-calculator)

![seguid_calculator_small.png](images/seguid_calculator_small.png "seguid_calculator")

Expand Down
2 changes: 0 additions & 2 deletions build_with_pyinstaller.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bash

# pyinstaller --onefile --disable-windowed-traceback --windowed --icon=calc.ico --name seguid_calculator src/gui.py

pyinstaller --copy-metadata seguid_calculator --onefile --disable-windowed-traceback --windowed --icon=images/calc.ico --name seguid_calculator2 src/seguid_calculator/calculator.py

0 comments on commit a4ecd1c

Please sign in to comment.