mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
[#757] Add quotes around environment variables to be a little safer
This commit is contained in:
parent
44531bb47f
commit
7fe1281c38
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ jobs:
|
|||
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
||||
- stage: "Deploy"
|
||||
before_deploy:
|
||||
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
|
||||
- poetry version $TRAVIS_TAG
|
||||
- poetry config http-basic.pypi "$PYPI_USER" "$PYPI_PASS"
|
||||
- poetry version "$TRAVIS_TAG"
|
||||
- poetry build
|
||||
deploy:
|
||||
- provider: script
|
||||
|
|
Loading…
Add table
Reference in a new issue