Skip to content

Commit

Permalink
Makefile double dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Oct 9, 2023
1 parent e447bb9 commit cdd5b85
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
Expand Up @@ -23,10 +23,10 @@ pushdocs:
poetry run mkdocs gh-deploy --force

build:
poetry version $(git describe --tags --abbrev=0) && poetry publish --build --dry-run
poetry version $$(git describe --tags --abbrev=0) && poetry publish --build --dry-run

publish:
poetry config pypi-token.pypi $PYPI_TOKEN && poetry version $(git describe --tags --abbrev=0) && poetry publish --build
poetry config pypi-token.pypi $PYPI_TOKEN && poetry version $$(git describe --tags --abbrev=0) && poetry publish --build

tests: test

Expand Down

0 comments on commit cdd5b85

Please sign in to comment.