File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Upload Python Package
22
33on :
44 workflow_dispatch :
5+ push :
56 release :
67 types : [published]
78
@@ -53,11 +54,11 @@ jobs:
5354 # run: |
5455 # set -eux
5556 # uv publish
56- - name : Publish to TestPyPI
57- if : ${{github.event_name == 'workflow_dispatch'}}
58- shell : bash
59- env :
60- UV_PUBLISH_TOKEN : ${{ secrets.TEST_PYPI_API_TOKEN }}
61- run : |
62- set -eux
63- uv publish --publish-url https://test.pypi.org/legacy/ --token $UV_PUBLISH_TOKEN
57+ # - name: Publish to TestPyPI
58+ # if: ${{github.event_name == 'workflow_dispatch'}}
59+ # shell: bash
60+ # env:
61+ # UV_PUBLISH_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
62+ # run: |
63+ # set -eux
64+ # uv publish --publish-url https://test.pypi.org/legacy/ --token $UV_PUBLISH_TOKEN
You can’t perform that action at this time.
0 commit comments