There was an error while loading. Please reload this page.
1 parent 1c8d45d commit ffbd683Copy full SHA for ffbd683
2 files changed
.github/workflows/pypi-release.yml
@@ -82,4 +82,4 @@ jobs:
82
83
- name: Publish to PyPI
84
if: startsWith(github.ref, 'refs/tags/')
85
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+v0.8.5
5
+--------
6
+- Update pypa gh-action-pypi-publish tag to fixed commit SHA (https://github.com/aboutcode-org/fetchcode/pull/221)
7
+
8
v0.8.4
9
--------
10
- Update GH release tag to fixed commit SHA (https://github.com/aboutcode-org/fetchcode/pull/219)
0 commit comments