Skip to content
Snippets Groups Projects
Verified Commit edf27c2d authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: bumped packages to python3

parent 6524fb1a
Branches
Tags 0.3.1
No related merge requests found
Pipeline #4343 passed
...@@ -170,9 +170,9 @@ deploy-npm: ...@@ -170,9 +170,9 @@ deploy-npm:
deploy-pypi: deploy-pypi:
stage: deploy stage: deploy
script: script:
- pip install twine wheel - pip3 install twine wheel
- python setup.py sdist bdist_wheel - python3 setup.py sdist bdist_wheel
- python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/* - python3 -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
dependencies: dependencies:
- build-pyo3 - build-pyo3
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment