Skip to content

Commit 62b09e5

Browse files
authored
Update release.yml
1 parent 2631132 commit 62b09e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build dash-bootstrap-components
4444
run: python -m build --sdist --wheel --outdir dist/
4545

46-
- name: Publish brad to PyPI
46+
- name: Publish to PyPI
4747
uses: pypa/gh-action-pypi-publish@v1.4.2
4848
with:
4949
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -112,7 +112,7 @@ jobs:
112112
- name: Build dash-bootstrap-components
113113
run: python -m build --sdist --wheel --outdir dist/
114114

115-
- name: Publish brad to PyPI
115+
- name: Publish to PyPI
116116
uses: pypa/gh-action-pypi-publish@v1.4.2
117117
with:
118118
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)