File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 2525 uses : ./.github/reusable-build
2626 with :
2727 python-version : ${{ matrix.python-version }}
28-
29- upload_to_pypi :
30- name : Upload to PyPI
31- runs-on : ubuntu-latest
32- if : (github.event_name == 'release' && startsWith(github.ref, 'refs/tags')) || (github.event_name == 'workflow_dispatch')
33- needs : [build]
34- environment :
35- name : pypi
36- url : https://pypi.org/p/ml-metadata/
37- permissions :
38- id-token : write
39- steps :
40- - name : Retrieve wheels
41- uses : actions/download-artifact@v4.1.8
42- with :
43- merge-multiple : true
44- path : wheels
45-
46- - name : List the build artifacts
47- run : |
48- ls -lAs wheels/
49-
50- - name : Upload to PyPI
51- uses : pypa/gh-action-pypi-publish@release/v1.9
52- with :
53- packages_dir : wheels/
You can’t perform that action at this time.
0 commit comments