Skip to content

Commit

Permalink
Merge pull request #8 from peunsu/dev
Browse files Browse the repository at this point in the history
Update README.md and pyproject.toml
  • Loading branch information
peunsu authored Mar 6, 2024
2 parents 9c12a51 + 2cac97e commit 12f7c5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
name: ci-wheels-${{ strategy.job-index }}
name: ci-wheels-python${{ matrix.python-version }}-${{ strategy.job-index }}
path: ./dist/*.whl
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is the example of the FTB snbt tag:
## Installation
The package can be installed with ``pip``.
```bash
$ pip install ftb_snbt_lib
$ pip install ftb-snbt-lib
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
name = "ftb_snbt_lib"
name = "ftb-snbt-lib"
authors = [
{ name="peunsu", email="[email protected]" }
]
Expand Down

0 comments on commit 12f7c5b

Please sign in to comment.