We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9ca02 commit dd49f29Copy full SHA for dd49f29
.github/workflows/release.yml
@@ -47,14 +47,14 @@ jobs:
47
files: rules_python-*.tar.gz
48
tag_name: 1.0.0 # TODO remove
49
50
- ##publish_bcr:
51
- ## name: Publish to BCR
52
- ## needs: release
53
- ## uses: .github/workflows/publish.yaml
54
- ## with:
55
- ## tag_name: ${{ github.ref_name }}
56
- ## secrets:
57
- ## BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ publish_bcr:
+ name: Publish to BCR
+ needs: build
+ uses: .github/workflows/publish.yaml
+ with:
+ tag_name: ${{ github.ref_name }}
+ secrets:
+ BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
58
59
##publish_pypi:
60
## # We just want publish_pypi last, since once uploaded, it can't be changed.
0 commit comments