mirror of
https://github.com/drewcassidy/yaclog-ksp.git
synced 2024-09-01 14:58:44 +00:00
Fix deployment
This commit is contained in:
parent
f8ba353560
commit
9a8d3a608b
3
.github/workflows/python-publish.yml
vendored
3
.github/workflows/python-publish.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
url: https://pypi.org/p/yaclog-ksp
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -29,7 +30,7 @@ jobs:
|
||||
run: python -m build --sdist --wheel --outdir dist/
|
||||
|
||||
- name: Get Changelog Information
|
||||
uses: drewcassidy/yaclog@1.4.1
|
||||
uses: drewcassidy/yaclog@1.4.2
|
||||
id: yaclog-show
|
||||
|
||||
- name: Publish to PyPI
|
||||
|
@ -47,6 +47,7 @@ Changelog = "https://github.com/drewcassidy/yaclog-ksp/blob/main/CHANGELOG.md"
|
||||
"Forum Post" = "https://forum.kerbalspaceprogram.com/index.php?/topic/201784-*"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
fallback_version = '0.0.0'
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["yaclog_ksp"]
|
Loading…
Reference in New Issue
Block a user