File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184
184
- name : Publish to PyPi
185
185
env :
186
186
TWINE_USERNAME : __token__
187
- TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
187
+ TWINE_PASSWORD : ${{ secrets.TEST_PYPI_PASSWORD }}
188
188
run : |
189
189
pip install --upgrade twine
190
190
twine upload --skip-existing *
Original file line number Diff line number Diff line change 9
9
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
10
10
[ ![ GitHub tag] ( https://img.shields.io/github/tag/sansyrox/robyn?include_prereleases=&sort=semver&color=black )] ( https://github.com/sansyrox/robyn/releases/ )
11
11
[ ![ 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 )
12
13
13
14
14
15
[ ![ view - Documentation] ( https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge )] ( https://sansyrox.github.io/robyn/#/ )
You can’t perform that action at this time.
0 commit comments