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 @@ -187,15 +187,15 @@ jobs:
187
187
path : wheels
188
188
189
189
- name : Publish package distributions to Test PyPI
190
- uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
190
+ uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
191
191
with :
192
192
repository-url : https://test.pypi.org/legacy/
193
193
packages-dir : wheels/
194
194
skip-existing : true
195
195
196
196
- name : Publish package distributions to PyPI
197
197
if : always()
198
- uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
198
+ uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
199
199
with :
200
200
packages-dir : wheels/
201
201
skip-existing : true
You can’t perform that action at this time.
0 commit comments