Skip to content

Commit

Permalink
install missing twine, move python files to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 15, 2023
1 parent b192cd2 commit 18255c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@ script:
- perl -pi -e 's/..\/src\//src\//g' setup.py
- python3 --version
- python3 -m pip install wheel
- python3 -m pip wheel . -w ./dist/ --verbose
- python3 -m pip wheel . -w ../dist/ --verbose
- cd ..
- chmod +x .github/check-pypi-upload.sh
- GITHUB_OUTPUT=./pypi_upload .github/check-pypi-upload.sh
- unlink $(which python)
- ln -s $(which python3) /usr/local/bin/python
- unlink $(which pip)
- ln -s $(which pip3) /usr/local/bin/pip
- pip install --upgrade setuptools
- pip install --upgrade setuptools twine
- mv pmcx/* .

deploy:
provider: pypi
Expand Down

0 comments on commit 18255c7

Please sign in to comment.