File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ run-name: ${{ github.actor }} has launched CI process on ${{ github.ref_name }}
3
3
on :
4
4
push :
5
5
branches :
6
- # - "main"
7
- - " feature/debug_pypi_publishing"
8
-
6
+ - " main"
9
7
10
8
permissions :
11
9
contents : read
@@ -52,18 +50,17 @@ jobs:
52
50
53
51
- name : Copy Jars
54
52
run : |
55
- pwd
56
53
mkdir -p ./resources
57
54
rm -rf ./resources/*
58
55
cp ./build/libs/*.jar ./resources/
59
56
60
- - name : Build python libray
57
+ - name : Build python library
61
58
run : |
62
59
python -m build
63
60
64
61
- name : Publish to pypi.org
65
62
run : |
66
- echo TWINE_USERNAME="__token__" TWINE_PASSWORD=${{ secrets.PYPI_TOKEN }} twine upload dist/*
63
+ TWINE_USERNAME="__token__" TWINE_PASSWORD=${{ secrets.PYPI_TOKEN }} twine upload dist/*
67
64
68
65
- name : Final Step
69
66
run : |
You can’t perform that action at this time.
0 commit comments