1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-30 08:57:40 +00:00

build pipeline : drop pypi

This commit is contained in:
darodi
2023-01-22 17:39:34 +01:00
parent 2e807e23e1
commit fb0c0231f3
4 changed files with 8 additions and 311 deletions

View File

@@ -41,11 +41,6 @@ jobs:
run: |
python setup.py build_binary
chmod +x dist/kcc_linux*
- name: upload build
uses: actions/upload-artifact@v3
with:
name: linux-build
path: dist/kcc_linux*
# issue with this action, disabled and commented out
# see https://github.com/AppImageCrafters/build-appimage/issues/5
# see https://appimage-builder.readthedocs.io/en/latest/intro/install.html#install-appimagetool
@@ -78,5 +73,4 @@ jobs:
files: |
CHANGELOG.md
LICENSE.txt
dist/kcc_linux*
*.AppImage*