Skip to content

Commit c84b16f

Browse files
committed
change pypi release github action
1 parent d4f4a18 commit c84b16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
hatch build
6666
6767
- name: Publish Python 🐍 distributions 📦 to PyPI
68-
uses: pypa/gh-action-pypi-publish@master
68+
uses: pypa/gh-action-pypi-publish@release/v1
6969
with:
7070
password: ${{ secrets.PYPI_TOKEN }}
7171

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.26"
1+
__version__ = "2.3.27"

0 commit comments

Comments
 (0)