Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -20,6 +20,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = ["click >= 8.1.6", "kamaalpy >= 0.1.0"]
license = { file = "LICENSE" }


[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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