File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -210,12 +210,12 @@ jobs:
210
210
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
211
211
# https://github.com/pypa/gh-action-pypi-publish
212
212
213
- # - name: Publish to TestPyPI
214
- # uses: pypa/gh-action-pypi-publish@release/v1
215
- # with:
216
- # repository-url: https://test.pypi.org/legacy/
217
- # packages-dir: dist/ # the default
218
- # attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
213
+ - name : Publish to TestPyPI
214
+ uses : pypa/gh-action-pypi-publish@release/v1
215
+ with :
216
+ repository-url : https://test.pypi.org/legacy/
217
+ packages-dir : dist/ # the default
218
+ attestations : false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
219
219
220
220
- name : Publish to PyPI
221
221
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments