Add package to PyPI

This commit is contained in:
Stephen Horvath
2025-03-20 17:33:57 +10:00
parent c1ec487145
commit b6652b2595
3 changed files with 1 additions and 7 deletions

View File

@@ -17,8 +17,3 @@ jobs:
with: with:
bundle: yafi-${{ github.sha }}.flatpak bundle: yafi-${{ github.sha }}.flatpak
manifest-path: au.stevetech.yafi.json 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

View File

@@ -32,7 +32,7 @@ There's probably more, but I happened to have them installed.
#### Install #### 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. Pipx is also supported.

View File

@@ -21,7 +21,6 @@
import sys import sys
import traceback import traceback
import gi import gi
import os
from gi.repository import Gio from gi.repository import Gio
gi.require_version('Gtk', '4.0') gi.require_version('Gtk', '4.0')