Compare commits
No commits in common. "master" and "0.1.0" have entirely different histories.
1 changed files with 2 additions and 7 deletions
|
|
@ -19,11 +19,6 @@ pypi-twine:
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
# Pin twine <6 — newer twine auto-detects GitLab CI and refuses to
|
- pip install twine
|
||||||
# fall back to ~/.pypirc on the runner, requiring PYPI_ID_TOKEN
|
|
||||||
# (Trusted Publishing OIDC). Until we migrate to Trusted Publishing,
|
|
||||||
# stick with the classic ~/.pypirc auth on the build runner.
|
|
||||||
- pip install "twine<6"
|
|
||||||
- python3 setup.py sdist bdist_wheel
|
- python3 setup.py sdist bdist_wheel
|
||||||
- twine check dist/*
|
- twine upload dist/*
|
||||||
- twine upload --non-interactive dist/*
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue