Skip to content

Commit

Permalink
Make a few more fixes, and also bump the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaak-Malers committed Feb 28, 2024
1 parent 267c4e6 commit 25ccea7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 59 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel twine build
# Note, this is set up following this tutorial:
# https://packaging.python.org/en/latest/tutorials/packaging-projects/
# This relies on the pyproject.toml file.
- name: Build and publish
run: |
python -m build
Expand Down
34 changes: 0 additions & 34 deletions PyPI_Readme.md

This file was deleted.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ Enables you to build a CLI with python in the most straightforward way with the
https://isaak-malers.github.io/clifunction/#getting-started

# Get it with PIP:
https://pypi.org/project/clifunction/
https://pypi.org/project/clifunction/

# Interested in Contributing?:
1. Create, or find an issue. All branches must be tied to a github issue.
2. Create a branch for your issue. It should be named after the issue number and with an optional description
3. Make and test feature/fix/change on the branch
4. Add Pull request for the branch, ensuring issue is linked so that reviewers have context for the changeset.
23 changes: 0 additions & 23 deletions developer.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "clifunction"
version = "0.2.2"
version = "0.2.3"
authors = [
{ name="Isaak Malers", email="isaak.malers+clifunction@gmail.com" },
]
Expand Down

0 comments on commit 25ccea7

Please sign in to comment.