Skip to content

Commit

Permalink
Up version, remove up version cmd from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jul 26, 2024
1 parent 5b4b035 commit e0a58d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/injection/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit e0a58d7

Please sign in to comment.