Skip to content

Commit

Permalink
python: Move into ./python directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Jul 6, 2024
1 parent ea94dad commit ecb0018
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/build.yaml → .github/workflows/python.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: build
name: python

on: [push, pull_request, workflow_dispatch]

permissions:
contents: read

defaults:
run:
working-directory: python

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -20,6 +24,7 @@ jobs:
- name: Build wheel
uses: PyO3/maturin-action@v1
with:
working-directory: python
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Install wheel
Expand All @@ -41,6 +46,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -66,6 +72,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -89,6 +96,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -106,6 +114,7 @@ jobs:
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
working-directory: python
command: sdist
args: --out dist
- name: Upload sdist
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md → python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![PyPI version](https://badgers.space/pypi/version/pycases)](https://pypi.org/project/pycases)
[![License](https://badgers.space/github/license/rossmacarthur/pycases)](https://github.com/rossmacarthur/pycases#license)
[![Build Status](https://badgers.space/github/checks/rossmacarthur/pycases/trunk?label=build)](https://github.com/rossmacarthur/pycases/actions/workflows/build.yaml)
[![Build Status](https://badgers.space/github/checks/rossmacarthur/pycases/trunk?label=build)](https://github.com/rossmacarthur/pycases/actions/workflows/python.yaml)

A case conversion library for Python.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ecb0018

Please sign in to comment.