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
|
url: https://pypi.org/p/yaclog-ksp
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -29,7 +30,7 @@ jobs:
|
|||||||
run: python -m build --sdist --wheel --outdir dist/
|
run: python -m build --sdist --wheel --outdir dist/
|
||||||
|
|
||||||
- name: Get Changelog Information
|
- name: Get Changelog Information
|
||||||
uses: drewcassidy/yaclog@1.4.1
|
uses: drewcassidy/yaclog@1.4.2
|
||||||
id: yaclog-show
|
id: yaclog-show
|
||||||
|
|
||||||
- name: Publish to PyPI
|
- 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-*"
|
"Forum Post" = "https://forum.kerbalspaceprogram.com/index.php?/topic/201784-*"
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
|
fallback_version = '0.0.0'
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
include = ["yaclog_ksp"]
|
include = ["yaclog_ksp"]
|
Loading…
Reference in New Issue
Block a user