File tree 1 file changed +4
-4
lines changed
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
21
21
22
22
on :
23
23
release :
24
- types : [published]
24
+ types : [published]
25
25
26
26
jobs :
27
27
upload :
@@ -50,13 +50,13 @@ jobs:
50
50
run : make release-test
51
51
env :
52
52
PYPI_USERNAME : __token__
53
- PYPI_TOKEN : ${{ secrets.PYPI_TEST_TOKEN }}
53
+ PYPI_TEST_TOKEN : ${{ secrets.PYPI_TEST_TOKEN }}
54
54
- name : Upload to PyPi prod
55
55
run : make release-prod
56
56
env :
57
57
PYPI_USERNAME : __token__
58
58
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
59
-
59
+
60
60
sync_master :
61
61
needs : upload
62
62
runs-on : ubuntu-latest
66
66
# If version matches CHANGELOG and pyproject.toml
67
67
# If it passes all checks, successfully releases to test and prod
68
68
# 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
70
70
run : git push origin HEAD:refs/heads/master --force
You can’t perform that action at this time.
0 commit comments