Skip to content

Commit

Permalink
added twine username
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Jan 5, 2021
1 parent d25f2fc commit 9dc2686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
MYSQL_DATABASE_DATABASE: orm
MYSQL_DATABASE_USER: root
MYSQL_DATABASE_PORT: ${{ job.services.mysql.ports[3306] }}
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python orm migrate --connection postgres
python orm migrate --connection mysql
Expand Down

0 comments on commit 9dc2686

Please sign in to comment.