Skip to content

Commit

Permalink
rearrange folder in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 15, 2023
1 parent 18255c7 commit 4775c4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ script:
- unlink $(which pip)
- ln -s $(which pip3) /usr/local/bin/pip
- pip install --upgrade setuptools twine
- mv pmcx/* .
- mv pmcx pmcx0
- mv pmcx0/* .

deploy:
provider: pypi
Expand Down

0 comments on commit 4775c4f

Please sign in to comment.