File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 33
33
run : uv build --sdist --wheel --out-dir dist/
34
34
35
35
- name : Publish distribution to Test PyPI
36
- uses : pypa/gh-action-pypi-publish@release/v1
37
- with :
38
- repository_url : https://test.pypi.org/legacy/
39
- # The pypa/gh-action-pypi-publish action sources attestations from the
40
- # same source, so leaving attestations enabled (the default behavior)
41
- # for both steps will cause the production PyPI step to fail; however,
42
- # disabling attestations on the test PyPI step should allow the
43
- # production PyPI step to succeed
44
- attestations : false
36
+ run : uv publish --publish-url https://test.pypi.org/legacy/
45
37
46
38
- name : Publish distribution to PyPI
47
- uses : pypa/gh-action-pypi-publish@release/v1
48
- with :
49
- repository_url : https://upload.pypi.org/legacy/
39
+ run : uv publish
You can’t perform that action at this time.
0 commit comments