Skip to content

Commit

Permalink
fix: removed binary distribution from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 7, 2024
1 parent 1cdb17e commit d2aa7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ deploy-pypi:
stage: deploy
script:
- pip3 install twine wheel
- python3 setup.py sdist bdist_wheel
- python3 setup.py sdist
- python3 -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
dependencies:
- build-pyo3
Expand Down

0 comments on commit d2aa7c0

Please sign in to comment.