File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v2
1515 - name : Prepare workspace snippet
1616 run : .github/workflows/workspace_snippet.sh > release_notes.txt
17- - name : Build wheel dist
18- run : bazel build --stamp --embed_label=${{ github.ref_name }} //python/runfiles:wheel.dist
19- - name : Publish runfiles package to PyPI
20- uses : pypa/gh-action-pypi-publish@release/v1
21- with :
22- # Note, the PYPI_API_TOKEN was added on
23- # https://github.com/bazelbuild/rules_python/settings/secrets/actions
24- # and currently uses a token which authenticates as https://pypi.org/user/alexeagle/
25- password : ${{ secrets.PYPI_API_TOKEN }}
26- packages_dir : bazel-bin/python/runfiles/dist
2717 - name : Release
2818 uses : softprops/action-gh-release@v1
2919 with :
You can’t perform that action at this time.
0 commit comments