Skip to content

Commit

Permalink
Changed the version of pypa/gh-action-pypi-publish to use the latest …
Browse files Browse the repository at this point in the history
…stable publishing package
  • Loading branch information
ArJaVer committed Oct 14, 2024
1 parent bc5249f commit 5f98894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion src/evaluix/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1.12"
__version__ = "0.9.1.13"

0 comments on commit 5f98894

Please sign in to comment.