use explicit testpypi url
This commit is contained in:
parent
edf291a9a3
commit
637f2f0ff3
@ -8,4 +8,4 @@ pipeline:
|
|||||||
- python --version
|
- python --version
|
||||||
- pip install -U build twine --quiet
|
- pip install -U build twine --quiet
|
||||||
- python -m build
|
- python -m build
|
||||||
- python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
- python -m twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "woodpecker-realstickman"
|
name = "woodpecker-realstickman"
|
||||||
version = "0.0.7"
|
version = "0.0.8"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="RealStickman", email="mrc@frm01.net" },
|
{ name="RealStickman", email="mrc@frm01.net" },
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user