File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
55
55
# version pinned by dependabot of [2]
56
56
- name : Publish package 📦 to Test PyPI
57
57
if : github.event_name == 'push'
58
- uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
58
+ uses : pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
59
59
with :
60
60
repository-url : https://test.pypi.org/legacy/
61
61
62
62
- name : Publish package 📦 to PyPI
63
63
if : github.event_name == 'release'
64
- uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
64
+ uses : pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
65
65
66
66
# [1] https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
67
67
# [2] https://github.com/pypa/gh-action-pypi-publish/
You can’t perform that action at this time.
0 commit comments