Skip to content

Commit

Permalink
Patch actions and bump version (#51)
Browse files Browse the repository at this point in the history
* Patch actions and bump version

* ahem, our main, not their

* Update CHANGELOG.md
  • Loading branch information
dnil authored Mar 10, 2023
1 parent 5642c4f commit 5660600
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 4.10.1 (2023-03-10)
### Fixed
- Fix GitHub Actions PyPi automation

## 4.10 (2023-03-07)
### Added
- Documentation for Docker demo build
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ def run_tests(self):
setup(
name="chanjo-report",
# versions should comply with PEP440
version="4.10",
version="4.10.1",
description="Automatically render coverage reports from Chanjo ouput",
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
# what does your project relate to?
keywords="chanjo-report development",
author="Robin Andeer",
Expand Down

0 comments on commit 5660600

Please sign in to comment.