File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ name: Publish to PyPi
2121
2222on :
2323 release :
24- types : [published]
24+ types : [published]
2525
2626jobs :
2727 upload :
@@ -50,13 +50,13 @@ jobs:
5050 run : make release-test
5151 env :
5252 PYPI_USERNAME : __token__
53- PYPI_TOKEN : ${{ secrets.PYPI_TEST_TOKEN }}
53+ PYPI_TEST_TOKEN : ${{ secrets.PYPI_TEST_TOKEN }}
5454 - name : Upload to PyPi prod
5555 run : make release-prod
5656 env :
5757 PYPI_USERNAME : __token__
5858 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
59-
59+
6060 sync_master :
6161 needs : upload
6262 runs-on : ubuntu-latest
6666 # If version matches CHANGELOG and pyproject.toml
6767 # If it passes all checks, successfully releases to test and prod
6868 # Then sync up master with latest source code release
69- # where commit message will be Release notes title
69+ # where commit message will be Release notes title
7070 run : git push origin HEAD:refs/heads/master --force
You can’t perform that action at this time.
0 commit comments