We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a29f0 commit 420ef38Copy full SHA for 420ef38
2 files changed
.github/workflows/python-publish.yml
@@ -62,13 +62,12 @@ jobs:
62
63
steps:
64
- name: Retrieve release distributions
65
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
66
with:
67
name: release-dists
68
path: dist/
69
70
- name: Publish release distributions to PyPI
71
- # IMPORTANT: pin actions to a commit SHA.
72
- uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
+ uses: pypa/gh-action-pypi-publish@release/v1
73
#with:
74
# attestations: true
twirp/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.0-dev.1"
+__version__ = "0.3.0-dev.2"
0 commit comments