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 2631132 commit 62b09e5Copy full SHA for 62b09e5
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build dash-bootstrap-components
44
run: python -m build --sdist --wheel --outdir dist/
45
46
- - name: Publish brad to PyPI
+ - name: Publish to PyPI
47
uses: pypa/gh-action-pypi-publish@v1.4.2
48
with:
49
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
117
118
0 commit comments