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 14
14
uses : actions/checkout@v2
15
15
- name : Prepare workspace snippet
16
16
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
27
17
- name : Release
28
18
uses : softprops/action-gh-release@v1
29
19
with :
You can’t perform that action at this time.
0 commit comments