diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa2a5f2..ceebe78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 5dab503..691878b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e074141..ab26eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ build-backend = "setuptools.build_meta" [project] -name = "ftb_snbt_lib" +name = "ftb-snbt-lib" authors = [ { name="peunsu", email="peunsu55@gmail.com" } ]