Skip to content

Commit

Permalink
Bump version: 5.2.2 -> 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silil committed Sep 19, 2023
1 parent 9d9d253 commit f4cdb67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
publish-to-pypi:
name: Publish python distribution to PyPI
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit f4cdb67

Please sign in to comment.