Skip to content

Commit

Permalink
Merge branch 'release-0.0.12' into releases-0.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sinoroc committed Mar 22, 2023
2 parents d230d87 + 5c03ab6 commit 9b0bb81
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
env:
GITHUB_TOKEN: '${{ github.TOKEN }}'

- name: "Clean `dist` directory before uploading to PyPI"
if: "matrix.python-version == env.BASE_PYTHON && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')"
run: "find './dist/' -type f -not -name '*.tar.gz' -not -name '*.whl' -delete"

- name: "Publish distribution packages on PyPI"
if: "matrix.python-version == env.BASE_PYTHON && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')"
uses: 'pypa/[email protected]'
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@

.. Keep the current version number on line number 5
0.0.12
======

2023-03-22

* No functional changes
* Development tooling and workflow improvements


0.0.11
======

2023-03-21

* Supported Python versions 3.7 to 3.11
* No functional changes.
* Development tooling and workflow improvements.
* No functional changes
* Development tooling and workflow improvements


0.0.10
Expand Down

0 comments on commit 9b0bb81

Please sign in to comment.