Skip to content

Commit 9dc2686

Browse files
committed
added twine username
1 parent d25f2fc commit 9dc2686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpublish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
MYSQL_DATABASE_DATABASE: orm
5555
MYSQL_DATABASE_USER: root
5656
MYSQL_DATABASE_PORT: ${{ job.services.mysql.ports[3306] }}
57+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
58+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
5759
run: |
5860
python orm migrate --connection postgres
5961
python orm migrate --connection mysql

0 commit comments

Comments
 (0)