Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
PYPI_PASSWORD is a variable
  • Loading branch information
pattonw committed Jan 13, 2020
1 parent 402caf8 commit 2cec8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
install:
- pip install maturin==0.7.2
script:
- maturin publish -u pattonw -p PYPI_PASSWORD -i python3.6 -i python3.7 -i python3.8
- maturin publish -u pattonw -p $PYPI_PASSWORD -i python3.6 -i python3.7 -i python3.8

0 comments on commit 2cec8b7

Please sign in to comment.