mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Add package to PyPI
This commit is contained in:
5
.github/workflows/flatpak.yml
vendored
5
.github/workflows/flatpak.yml
vendored
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
import sys
|
||||
import traceback
|
||||
import gi
|
||||
import os
|
||||
from gi.repository import Gio
|
||||
|
||||
gi.require_version('Gtk', '4.0')
|
||||
|
||||
Reference in New Issue
Block a user