From 6a8c7f3288b1f37e5506421acb74ae500ec5d032 Mon Sep 17 00:00:00 2001 From: Kamaal Farah Date: Sun, 18 May 2025 17:21:34 +0200 Subject: [PATCH] Fixing upload from CI --- .github/workflows/main.yml | 3 --- justfile | 4 ++-- pyproject.toml | 3 ++- requirements.txt | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1439f6c..884e353 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,9 +97,6 @@ jobs: - name: Initialize environment run: just init-venv - - name: Build - run: just build - - name: Create PyPi configuration file run: | rm -rf ~/.pypirc diff --git a/justfile b/justfile index 8a2a07c..e436ec0 100644 --- a/justfile +++ b/justfile @@ -13,11 +13,11 @@ build: just install-self python3 -m build -upload: +upload: build #!/bin/bash . .venv/bin/activate - twine upload dist/* + twine upload dist/* --verbose test: install-self #!/bin/bash diff --git a/pyproject.toml b/pyproject.toml index f347ee3..41e2d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ xctools = "xctools_kamaalio:cli.cli" [project] name = "xctools_kamaalio" -version = "0.5.0" +version = "0.5.1" authors = [{ name = "Kamaal Farah", email = "kamaal.f1@gmail.com" }] description = "A package to help deal with Xcode projects." readme = "README.md" @@ -20,6 +20,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = ["click >= 8.1.6", "kamaalpy >= 0.1.0"] +license = { file = "LICENSE" } [project.urls] diff --git a/requirements.txt b/requirements.txt index c1ac9cb..ba35190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ build==0.10.0 click==8.1.6 kamaalpy==0.1.0 pytest==7.4.3 -twine==4.0.2 +twine==6.1.0