We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b579c20 commit afd842aCopy full SHA for afd842a
.github/workflows/python-pypi-publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
16
- name: Set up Python 3.11
17
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -57,7 +57,7 @@ jobs:
57
path: dist/
58
59
- name: Publish distribution 📦 to PyPI
60
- uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0
+ uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
61
with:
62
verbose: true
63
print-hash: true
0 commit comments