diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9672264c35026a842f6f87086d64711d85d737b..3c1ff9b9a0c17f3fca2df1554da00edd0e4f92e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,6 @@ testpypi: script: - pip install twine build - python -m build - - echo "${TEST_PYPI_TOKEN}jk" - TWINE_PASSWORD=${TEST_PYPI_TOKEN} TWINE_USERNAME=__token__ python -m twine upload --repository testpypi dist/* gitlab-pypi: diff --git a/src/scientific_plots/__init__.py b/src/scientific_plots/__init__.py index 0179ff083d9b883b16670dedb3d3cf41fad97279..665a47676fc3810255f36f42063d41f891dcdb4e 100644 --- a/src/scientific_plots/__init__.py +++ b/src/scientific_plots/__init__.py @@ -5,4 +5,4 @@ useful across several different projects and repositories. It also contains stub-files with several data-type annotations for scipy and matplot-lib functions.""" -__version__ = "1.7.13" +__version__ = "1.7.14"