Compare commits

..

No commits in common. "main" and "v0.0.11" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,6 @@ pipeline:
image: python:latest image: python:latest
when: when:
event: tag event: tag
# branch: [ main, master ] doesn't work atm
commands: commands:
- python --version - python --version
- pip install -U build --quiet - pip install -U build --quiet
@ -13,8 +12,8 @@ pipeline:
image: python:latest image: python:latest
when: when:
event: tag event: tag
# branch: [ main, master ] doesn't work atm
secrets: [ twine_username, twine_password ] secrets: [ twine_username, twine_password ]
commands: commands:
- ls -l
- pip install -U twine --quiet - pip install -U twine --quiet
- python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/* - python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*

View File

@ -1,5 +1,5 @@
# Woodpecker Python Test # Woodpecker Python Test
[![status-badge](https://woodpecker.exu.li/api/badges/woodpecker-test/python/status.svg)](https://woodpecker.exu.li/woodpecker-test/python) ![Status badge](https://woodpecker.exu.li/api/badges/woodpecker-test/python/status.svg)
A Test for deploying Python packages using Woodpecker A Test for deploying Python packages using Woodpecker

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "woodpecker-realstickman" name = "woodpecker-realstickman"
version = "0.0.15" version = "0.0.11"
authors = [ authors = [
{ name="RealStickman", email="mrc@frm01.net" }, { name="RealStickman", email="mrc@frm01.net" },
] ]