From b6652b25955f7e42ec015dc7022d402aad47e859 Mon Sep 17 00:00:00 2001 From: Stephen Horvath Date: Thu, 20 Mar 2025 17:33:57 +1000 Subject: [PATCH] Add package to PyPI --- .github/workflows/flatpak.yml | 5 ----- README.md | 2 +- yafi/main.py | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index e3ac59c..fada83c 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -17,8 +17,3 @@ jobs: with: bundle: yafi-${{ github.sha }}.flatpak manifest-path: au.stevetech.yafi.json - cache-key: flatpak-builder-${{ github.sha }} - - uses: actions/upload-artifact@v4 - with: - name: yafi ${{ github.sha }} - path: yafi-${{ github.sha }}.flatpak diff --git a/README.md b/README.md index a71b251..5362bcd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ There's probably more, but I happened to have them installed. #### Install -Install the package with `pip install git+https://github.com/Steve-Tech/YAFI.git`. +Install the package with `pip install yafi`. Pipx is also supported. diff --git a/yafi/main.py b/yafi/main.py index 1e2ca5c..2f08fcc 100644 --- a/yafi/main.py +++ b/yafi/main.py @@ -21,7 +21,6 @@ import sys import traceback import gi -import os from gi.repository import Gio gi.require_version('Gtk', '4.0')