File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 11---
2- name : Deploy to Heroku
2+ name : Deploy to test.pypi.org
33on :
44 push :
55 branches : [master]
2323 run : |
2424 poetry config repositories.testpypi https://test.pypi.org/legacy/
2525 poetry publish --build -r testpypi --username ${{ secrets.TESTPYPI_USERNAME }} --password ${{ secrets.TESTPYPI_PASSWORD }} || :
26-
27- - name : Deploy to Heroku
28- uses :
akhileshns/[email protected] 29- with :
30- heroku_api_key : ${{secrets.HEROKU_API_KEY}}
31- heroku_app_name : " django-jazzmin"
32- heroku_email : " ${{secrets.HEROKU_EMAIL}}"
33- appdir : tests/test_app
Original file line number Diff line number Diff line change 11---
2-
3- name : Deploy
2+ name : Deploy to pypi.org
43on :
54 release :
65 types : [published, created, edited]
1413 - name : Set up Python
1514 uses : actions/setup-python@v3
1615 with :
17- python-version : ' 3.x'
16+ python-version : " 3.x"
1817 cache : pip
1918
2019 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments