Made create-pypirc.sh executable and moved to cicd folder

This commit is contained in:
Sumner Evans
2019-10-28 21:04:20 -06:00
parent a6eeb005ea
commit b38b32b71a
2 changed files with 1 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ deploy_pypi:
- $CI_COMMIT_TAG =~ /^v.*/
before_script:
- 'pip install twine'
- './create-pypirc.sh'
- './cicd/create-pypirc.sh'
script:
# Upload to the test PyPi instance, then upload to the real one.
- twine upload -r pypi_test dist/*

0
create-pypirc.sh → cicd/create-pypirc.sh Normal file → Executable file
View File