Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_commit": "a98f2e32f30880d0d960acc164e39d8775487ac9",
"_commit": "cf9310790f4060a9056e7989067d3d846787f3b4",
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
"add_rust_extension": false,
"author": "Kyle Oliver",
Expand Down
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
"commit": "a98f2e32f30880d0d960acc164e39d8775487ac9",
"commit": "cf9310790f4060a9056e7989067d3d846787f3b4",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"development_status": "Development Status :: 1 - Planning",
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
"_commit": "a98f2e32f30880d0d960acc164e39d8775487ac9"
"_commit": "cf9310790f4060a9056e7989067d3d846787f3b4"
}
},
"directory": null
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
name: distribution-packages-${{ needs.get_tag.outputs.tag }}
path: dist/

- name: Publish to TestPyPI
env:
UV_PUBLISH_TOKEN: ${{ secrets.TESTPYPI_API_TOKEN }}
run: uvx nox -s publish-python -- --index testpypi
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

publish_pypi_and_github:
name: Publish to Production PyPI and GitHub
Expand Down Expand Up @@ -101,10 +101,8 @@ jobs:
git tag ${{ needs.build_and_testpypi.outputs.tag }}
git push origin ${{ needs.build_and_testpypi.outputs.tag }}

- name: Publish to PyPI
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: uvx nox -s publish-python
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1

- name: Publish to GitHub
env:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.8.0 (2025-07-18)

## v0.7.0 (2025-07-18)

## v0.6.0 (2025-07-18)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "robust-python-demo"
version = "0.7.0"
version = "0.8.0"
description = "robust-python-demo"
authors = [
{ name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },
Expand Down
Loading