Skip to content

Commit

Permalink
fix: makefile actions
Browse files Browse the repository at this point in the history
  • Loading branch information
magonxesp committed Oct 24, 2024
1 parent dd09fb2 commit 3042c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.PHONY: bump-first-version bump-version publish publish-local

first-version:
@PYTHONPATH="$$(pwd)/scripts" python scripts/bump-version.py --first-version
@PYTHONPATH="$$(pwd)/scripts" python3 scripts/bump-version.py --first-version

bump-version:
@PYTHONPATH="$$(pwd)/scripts" python scripts/bump-version.py
@PYTHONPATH="$$(pwd)/scripts" python3 scripts/bump-version.py

publish:
@./gradlew publishAndReleaseToMavenCentral
Expand Down

0 comments on commit 3042c9e

Please sign in to comment.