Skip to content

Commit 420ef38

Browse files
committed
Update CI workflow to publish python package
1 parent d2a29f0 commit 420ef38

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,12 @@ jobs:
6262

6363
steps:
6464
- name: Retrieve release distributions
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v5
6666
with:
6767
name: release-dists
6868
path: dist/
6969

7070
- name: Publish release distributions to PyPI
71-
# IMPORTANT: pin actions to a commit SHA.
72-
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
71+
uses: pypa/gh-action-pypi-publish@release/v1
7372
#with:
7473
# attestations: true

twirp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0-dev.1"
1+
__version__ = "0.3.0-dev.2"

0 commit comments

Comments
 (0)