File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,15 +181,15 @@ jobs:
181
181
path : wheels
182
182
183
183
- name : Publish package distributions to Test PyPI
184
- uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
184
+ uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
185
185
with :
186
186
repository-url : https://test.pypi.org/legacy/
187
187
packages-dir : wheels/
188
188
skip-existing : true
189
189
190
190
- name : Publish package distributions to PyPI
191
191
if : always()
192
- uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
192
+ uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
193
193
with :
194
194
packages-dir : wheels/
195
195
skip-existing : true
You can’t perform that action at this time.
0 commit comments