Skip to content

Commit

Permalink
Revert "fix(blank): remove unintended blank space in html link"
Browse files Browse the repository at this point in the history
This reverts commit 98703d2
  • Loading branch information
hahnec committed Feb 25, 2021
1 parent 60f2224 commit ac8a5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python setup.py sdist bdist_wheel
python -m twine upload -r testpypi dist/* -u __token__ -p $TEST_PYPI_TOKEN --skip-existing
pip uninstall -y color-matcher
pip install -i https://test.pypi.org/simple/color-matcher
pip install -i https://test.pypi.org/simple/ color-matcher
gh_release:
name: GitHub Release Draft
needs: pypi_test
Expand Down Expand Up @@ -138,4 +138,4 @@ jobs:
python setup.py sdist bdist_wheel
python -m twine upload -r pypi dist/* -u __token__ -p $PYPI_TOKEN --skip-existing
pip uninstall -y color-matcher
pip install -i https://pypi.org/simple/color-matcher
pip install -i https://pypi.org/simple/ color-matcher

0 comments on commit ac8a5bd

Please sign in to comment.