File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 5151 path : dist/
5252 retention-days : 30
5353
54- publish-test-pypi :
55- name : Publish to Test PyPI
56- needs : build
57- runs-on : ubuntu-latest
58- if : |
59- (github.event_name == 'workflow_dispatch' && github.event.inputs.publish_to_test_pypi == 'true') ||
60- github.event_name == 'release'
61-
62- environment :
63- name : test-pypi
64- url : https://test.pypi.org/p/auto-uv
65-
66- permissions :
67- id-token : write
68-
69- steps :
70- - name : Download artifacts
71- uses : actions/download-artifact@v4
72- with :
73- name : python-package-distributions
74- path : dist/
75-
76- - name : Publish to Test PyPI
77- uses : pypa/gh-action-pypi-publish@release/v1
78- with :
79- repository-url : https://test.pypi.org/legacy/
80- skip-existing : true
81-
8254 publish-pypi :
8355 name : Publish to PyPI
8456 needs : build
You can’t perform that action at this time.
0 commit comments