diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd735aa..f9de71c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,8 @@ jobs: ./pdm.lock - name: Build package - run: pdm run hatch version "${{ github.ref_name }}" && make build +# run: pdm run hatch version "${{ github.ref_name }}" && make build + run: make build - name: Store the distribution packages uses: actions/upload-artifact@v4 diff --git a/Makefile b/Makefile index 00bf617..f634fa1 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ lint-ci: pre-commit install && pre-commit run --color=always --all-files deps: - pdm run pytest pre-commit hatch==1.12.0 + pdm install build: rm -r -f dist && pdm run hatch build diff --git a/src/injection/__version__.py b/src/injection/__version__.py index 5becc17..5c4105c 100644 --- a/src/injection/__version__.py +++ b/src/injection/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"