Skip to content

Commit

Permalink
Fixes again
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Jul 26, 2022
1 parent 4b20dc5 commit 8726634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ check-build:


check-upload:
twine upload --skip-existing -s --repository-url $(TEST_PYPI_URL) -u __token__ -p $${TEST_TWINE_PASSWORD} dist/*;\
twine upload --skip-existing --repository-url $(TEST_PYPI_URL) -u __token__ -p $${TEST_TWINE_PASSWORD} dist/*;\


upload:
twine upload --skip-existing -s dist/*;\
twine upload --skip-existing dist/*;\


coveralls:
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pre-commit-config-shellcheck documentation

*pre-commit-config-shellcheck is a tool for checking entry points in pre-commit config with ShellCheck.*

.. contents::

Installation
------------
In order to use the tool you should first clone it from the source:
Expand Down

0 comments on commit 8726634

Please sign in to comment.