Skip to content
Snippets Groups Projects

Support for PyPi

Merged João Magalhães requested to merge joamag/pypi into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -175,5 +175,5 @@ deploy-pypi:
- python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
dependencies:
- build-pyo3
# only:
# - tags
only:
- tags
Loading