Skip to content
Snippets Groups Projects
Verified Commit 0caa95aa authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Upload source dist to PyPI on release.

parent fbc3e2b0
No related branches found
No related tags found
No related merge requests found
prune Tests/Data
prune web
include web/data/versions.json
\ No newline at end of file
......@@ -65,14 +65,13 @@ publish wheels:
stage: release
needs: ["build wheels linux", "build wheels mac", "build wheels win"]
tags: [envinf, shell]
variables:
GIT_STRATEGY: none
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- when: never
script:
- >
pipx run build --sdist --outdir wheelhouse
pipx run twine upload
${PYPI_REPO}
${PYPI_AUTH}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment