Skip to content

Commit 69a920d

Browse files
committed
Add discord badge
1 parent c287e3d commit 69a920d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: Publish to PyPi
185185
env:
186186
TWINE_USERNAME: __token__
187-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
187+
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
188188
run: |
189189
pip install --upgrade twine
190190
twine upload --skip-existing *

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1010
[![GitHub tag](https://img.shields.io/github/tag/sansyrox/robyn?include_prereleases=&sort=semver&color=black)](https://github.com/sansyrox/robyn/releases/)
1111
[![License](https://img.shields.io/badge/License-BSD_2.0-black)](#license)
12+
[![Discord](https://img.shields.io/discord/999782964143603713?label=discord&logo=discord&logoColor=white&style=for-the-badge&color=blue)](https://discord.gg/qKF5sSnC)
1213

1314

1415
[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://sansyrox.github.io/robyn/#/)

0 commit comments

Comments
 (0)