Skip to content

Commit

Permalink
Merge branch 'fix_pipeline' into 'main'
Browse files Browse the repository at this point in the history
add pkginfo to publish pipelines to fix pipeline error

See merge request rewriting/ddisasm!1234
  • Loading branch information
jdorn-gt committed Jan 30, 2025
2 parents 5606ecd + 04c84fe commit d00571e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ python-manylinux-2010-publish-internal:
*publish-rules
script:
- cd _build/wheelhouse/
- pip3 install twine wheel setuptools --upgrade
- pip3 install twine wheel setuptools pkginfo --upgrade
- wget https://git.grammatech.com/research/templates/python-module/raw/master/.pypirc
- sed "s/password = <access token>/password = $GL_PKG_API_TOKEN/" .pypirc > ~/.pypirc
- pip3 install ddisasm-*.whl --extra-index-url=$EXTRA_INDEX_URL
Expand Down Expand Up @@ -281,7 +281,7 @@ python-manylinux-2010-publish-external:
- python-manylinux-2010-release
script:
- cd _build/wheelhouse/
- pip3 install twine ddisasm-*.whl
- pip3 install twine pkginfo ddisasm-*.whl
- VERSION=$(python3 -c "import ddisasm; print(ddisasm.__version__)")
# Do not publish .dev versions on the public pypi
- if [[ "$VERSION" =~ \.dev[[:digit:]]*.*$ ]]; then exit 1; fi
Expand Down

0 comments on commit d00571e

Please sign in to comment.