Skip to content

Commit 49e0a08

Browse files
authored
Merge pull request #371 from Scale3-Labs/release-2.3.26
change pypi release github action
2 parents 53a2ed4 + c84b16f commit 49e0a08

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)