Skip to content

Commit 43abee8

Browse files
author
Mahmood Mohammed Seoud
committed
🐛 fix: enable verbose PyPI upload to debug 400 error, bump to v0.1.2
1 parent 36d1b71 commit 43abee8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
2525
- name: Publish to PyPI
2626
uses: pypa/gh-action-pypi-publish@release/v1
27+
with:
28+
verbose: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "satdeploy"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Deployment tool for embedded Linux satellites — push, track, rollback over SSH and CSP"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)