Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dkraus committed Oct 24, 2024
2 parents 0f0c540 + 186716c commit 13eb176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/ci/publish/.pypi-gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ publish_pypi:
script:
- apt-get update -qy
- apt-get install twine -y
- pip install setuptools
- python setup.py sdist bdist_wheel
- twine upload -u $PYPI_USER -p $PYPI_PASS dist/* --verbose
rules:
Expand Down

0 comments on commit 13eb176

Please sign in to comment.